From 468e06468e8463940b57d016aa55158d198720dd Mon Sep 17 00:00:00 2001 From: Winston Sung Date: Wed, 9 Oct 2024 15:46:21 +0800 Subject: [PATCH] Version 0.2.0 Bug: #147 Change-Id: I04dbfb2269ba2c7ba9068e1e4417067285b945eb --- RELEASE-NOTES-0.1.md => HISTORY.md | 67 ++---------------------------- RELEASE-NOTES-0.2.md | 66 +++++++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 70 insertions(+), 65 deletions(-) rename RELEASE-NOTES-0.1.md => HISTORY.md (89%) create mode 100644 RELEASE-NOTES-0.2.md diff --git a/RELEASE-NOTES-0.1.md b/HISTORY.md similarity index 89% rename from RELEASE-NOTES-0.1.md rename to HISTORY.md index 6cecda7..6d0e87d 100644 --- a/RELEASE-NOTES-0.1.md +++ b/HISTORY.md @@ -1,69 +1,8 @@ -# SCAICT-uwu 0.1 - -## SCAICT-uwu 0.1 development branch - -THIS IS NOT A RELEASE YET - -The `development` branch is a beta-quality development branch. Use it at your -own risk! - -### Configuration changes for system administrators - -#### New configuration - -* … - -#### Changed configuration - -* … - -#### Removed configuration +# History -* … - -### New user-facing features - -* … - -### New features for sysadmins - -* … - -### New developer features - -* … - -### Bug fixes +Change notes from older releases. For current info, see RELEASE-NOTES-0.2. -* … - -### API changes - -* … - -### API internal changes - -* … - -### Languages updated - -SCAICT-uwu now supports 1 language. Many localisations are updated regularly. - -Below only new and removed languages are listed. - -* … - -### Breaking changes - -* … - -### Deprecations - -* … - -### Other changes - -* … +# SCAICT-uwu 0.1 ## SCAICT-uwu 0.1.7 diff --git a/RELEASE-NOTES-0.2.md b/RELEASE-NOTES-0.2.md new file mode 100644 index 0000000..fed47b9 --- /dev/null +++ b/RELEASE-NOTES-0.2.md @@ -0,0 +1,66 @@ +# SCAICT-uwu 0.2 + +## SCAICT-uwu 0.2 development branch + +THIS IS NOT A RELEASE YET + +The `development` branch is a beta-quality development branch. Use it at your +own risk! + +### Configuration changes for system administrators + +#### New configuration + +* … + +#### Changed configuration + +* … + +#### Removed configuration + +* … + +### New user-facing features + +* … + +### New features for sysadmins + +* … + +### New developer features + +* … + +### Bug fixes + +* … + +### API changes + +* … + +### API internal changes + +* … + +### Languages updated + +SCAICT-uwu now supports 1 language. Many localisations are updated regularly. + +Below only new and removed languages are listed. + +* … + +### Breaking changes + +* … + +### Deprecations + +* … + +### Other changes + +* … diff --git a/pyproject.toml b/pyproject.toml index 4a94659..979649c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ name = "scaict-uwu" # PEP 440 # @see https://sethmlarson.dev/pep-440 -version = "0.1.9.dev0" +version = "0.2.0" description = "A cat living in SCAICT Discord server." readme.file = "README.md" readme.content-type = "text/markdown"