Skip to content

Commit 6dcdf49

Browse files
committed
meta: bump version to 0.5.0
1 parent ea9229b commit 6dcdf49

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2024-08-05
10+
11+
> [!NOTE]
12+
>
13+
> Localizations have not yet been synced in this release.
14+
> **10** of **124** strings across **2** languages are out of date.
15+
916
### New Features
1017

1118
- Add `/inbox destination` to allow routing tickets to any channel
@@ -17,12 +24,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1724

1825
### Changes
1926

20-
- Switch from gettext to [Project Fluent] via [fluent-compiler] for translations
27+
- Replace gettext localization system with more flexible [Project Fluent] files
28+
- Compilation no longer required to use localizations
2129

2230
[Project Fluent]: https://projectfluent.org/
23-
[fluent-compiler]: https://fluent-compiler.readthedocs.io/en/latest/index.html
24-
25-
Localizations have not yet been updated.
2631

2732
## [0.4.3] - 2024-07-01
2833

@@ -180,7 +185,8 @@ This is theticketbot's first release to go on [PyPI](https://pypi.org/project/th
180185

181186
This is theticketbot's first release! 🎉
182187

183-
[Unreleased]: https://github.com/thegamecracks/theticketbot/compare/v0.4.3...main
188+
[Unreleased]: https://github.com/thegamecracks/theticketbot/compare/v0.5.0...main
189+
[0.5.0]: https://github.com/thegamecracks/theticketbot/compare/v0.4.3...v0.5.0
184190
[0.4.3]: https://github.com/thegamecracks/theticketbot/compare/v0.4.2...v0.4.3
185191
[0.4.2]: https://github.com/thegamecracks/theticketbot/compare/v0.4.1...v0.4.2
186192
[0.4.1]: https://github.com/thegamecracks/theticketbot/compare/v0.4.0.post1...v0.4.1

src/theticketbot/versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
Version("0.1.0"),
1010
Version("0.2.0"),
1111
Version("0.3.0"),
12+
Version("0.5.0"),
1213
)
1314

1415

0 commit comments

Comments
 (0)