Skip to content

Commit 7a5e5cc

Browse files
committed
chore: Update from version 0.1.15
Bug: #389 Change-Id: I6b68ad7fe526aede117a03e44bd6553fd35a79ff
1 parent ec81fad commit 7a5e5cc

2 files changed

Lines changed: 1 addition & 147 deletions

File tree

RELEASE-NOTES-0.1.md

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -1,140 +1,21 @@
11
# SCAICT-uwu 0.1
22

3-
## SCAICT-uwu 0.1 development branch
4-
5-
THIS IS NOT A RELEASE YET
6-
7-
The `development` branch is a beta-quality development branch. Use it at your
8-
own risk!
9-
10-
### Configuration changes for system administrators
11-
12-
#### New configuration
13-
14-
*
15-
16-
#### Changed configuration
17-
18-
*
19-
20-
#### Removed configuration
21-
22-
*
23-
24-
### New user-facing features
25-
26-
*
27-
28-
### New features for sysadmins
29-
30-
*
31-
32-
### New developer features
33-
34-
*
35-
36-
### External dependency changes
37-
38-
#### New external dependencies
39-
40-
*
41-
42-
#### New development-only external dependencies
43-
44-
*
45-
46-
#### Changed external dependencies
47-
48-
*
49-
50-
#### Changed development-only external dependencies
51-
52-
*
53-
54-
#### Removed external dependencies
55-
56-
*
57-
58-
### Bug fixes
59-
60-
*
61-
62-
### API changes
63-
64-
*
65-
66-
### API internal changes
67-
68-
*
69-
70-
### Languages updated
71-
72-
SCAICT-uwu now supports 1 language. Localisations are updated regularly.
73-
74-
Below only new and removed languages are listed.
75-
76-
*
77-
78-
### Breaking changes
79-
80-
*
81-
82-
### Deprecations
83-
84-
*
85-
86-
### Other changes
87-
88-
*
89-
903
## SCAICT-uwu 0.1.15
914

925
This is a maintenance release of SCAICT-uwu 0.1 version.
936

94-
### Configuration changes for system administrators in 0.1.15
95-
96-
#### New configuration in 0.1.15
97-
98-
*
99-
100-
#### Changed configuration in 0.1.15
101-
102-
*
103-
104-
#### Removed configuration in 0.1.15
105-
106-
*
107-
108-
### New user-facing features in 0.1.15
109-
110-
*
111-
112-
### New features for sysadmins in 0.1.15
113-
114-
*
115-
1167
### New developer features in 0.1.15
1178

1189
* Updated `SECURITY.md`, pointed to GitHub's Security Reporting page.
11910
* (#367, #371) Enabled experimental Python 3.13 support.
12011
* Added Python 3.13 to `pyproject.toml` `project.classifiers`.
121-
*
12212

12313
### External dependency changes in 0.1.15
12414

125-
#### New external dependencies in 0.1.15
126-
127-
*
128-
129-
#### New development-only external dependencies in 0.1.15
130-
131-
*
132-
13315
#### Changed external dependencies in 0.1.15
13416

13517
* (#385) Upgraded multidict from 6.7.0 to 6.7.1.
13618
* (#371) Upgraded py-cord from 2.6.1 to 2.7.0.
137-
*
13819

13920
#### Changed development-only external dependencies in 0.1.15
14021

@@ -143,47 +24,20 @@ This is a maintenance release of SCAICT-uwu 0.1 version.
14324
* (#383) Upgraded packaging from 25.0 to 26.0.
14425
* (#375, #387) Upgraded pathspec from 0.12.1 to 1.0.4.
14526
* (#373) Upgraded tomlkit from 0.13.3 to 0.14.0.
146-
*
147-
148-
#### Removed external dependencies in 0.1.15
149-
150-
*
15127

15228
### Bug fixes in 0.1.15
15329

15430
* Fixed duplicated pull requests from Dependabot.
15531
* Fixed postcommit CI.
15632
* (#371) Fixed `discord.ui.Modal` abstract method clear_items in Pycord 2.7.0.
157-
*
158-
159-
### API changes in 0.1.15
160-
161-
*
162-
163-
### API internal changes in 0.1.15
164-
165-
*
16633

16734
### Languages updated in 0.1.15
16835

16936
SCAICT-uwu now supports 1 language. Localisations are updated regularly.
17037

171-
Below only new and removed languages are listed.
172-
173-
*
174-
175-
### Breaking changes in 0.1.15
176-
177-
*
178-
179-
### Deprecations in 0.1.15
180-
181-
*
182-
18338
### Other changes in 0.1.15
18439

18540
* Follow `uv add` whitespace style for dependencies.
186-
*
18741

18842
## SCAICT-uwu 0.1.14
18943

cog/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class VersionInfo(commands.Cog):
1616
Current hardcoded workaround
1717
"""
1818

19-
_SCAICT_UWU_VERSION_DATE: str = "2025-11-03 (UTC)"
19+
_SCAICT_UWU_VERSION_DATE: str = "2026-01-30 (UTC)"
2020
"""
2121
Current hardcoded workaround
2222
"""

0 commit comments

Comments
 (0)