Skip to content

Commit

Permalink
meta: bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Jun 26, 2024
1 parent 5c60edb commit c257332
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [0.4.2] - 2024-06-26

### New Features

- Automatically prompt to create a config.toml file in a user config directory
if no config file is found ([#10])
- If a config.toml is found in the current working directory and the
new user config isn't present, it will be loaded to preserve backwards
compatibility.
- This behaviour can be bypassed using the `--config-file` argument.
- Print loaded config file's path when using `--dump-config`

### Changes

- Suppress KeyboardInterrupt tracebacks in the CLI more reliably

### Fixes

- Fix untranslated message when clicking "Create Ticket" on an unrecognized inbox
- Raise an exception when `--config-file` is given a non-existent file path

## [0.4.1] - 2024-06-26

### New Features
Expand Down Expand Up @@ -135,7 +156,8 @@ This is theticketbot's first release to go on [PyPI](https://pypi.org/project/th

This is theticketbot's first release! 🎉

[Unreleased]: https://github.com/thegamecracks/theticketbot/compare/v0.4.1...main
[Unreleased]: https://github.com/thegamecracks/theticketbot/compare/v0.4.2...main
[0.4.2]: https://github.com/thegamecracks/theticketbot/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/thegamecracks/theticketbot/compare/v0.4.0.post1...v0.4.1
[0.4.0.post1]: https://github.com/thegamecracks/theticketbot/compare/v0.4.0...v0.4.0.post1
[0.4.0]: https://github.com/thegamecracks/theticketbot/compare/v0.3.2...v0.4.0
Expand All @@ -145,6 +167,7 @@ This is theticketbot's first release! 🎉
[0.2.0]: https://github.com/thegamecracks/theticketbot/compare/v0.1.1...v0.2.0
[0.1.0]: https://github.com/thegamecracks/theticketbot/releases/tag/v0.1.0

[#10]: https://github.com/thegamecracks/theticketbot/issues/10
[#8]: https://github.com/thegamecracks/theticketbot/issues/8
[#5]: https://github.com/thegamecracks/theticketbot/issues/5
[#4]: https://github.com/thegamecracks/theticketbot/issues/4
Expand Down
2 changes: 1 addition & 1 deletion src/theticketbot/locales/de/LC_MESSAGES/theticketbot.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# the link and/or cause it to be incorrectly embedded by Discord.
msgid ""
msgstr ""
"Project-Id-Version: 0.4.1\n"
"Project-Id-Version: 0.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-26 16:26-0400\n"
"PO-Revision-Date: 2024-06-07 17:04+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion src/theticketbot/locales/en_US/LC_MESSAGES/theticketbot.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# the link and/or cause it to be incorrectly embedded by Discord.
msgid ""
msgstr ""
"Project-Id-Version: 0.4.1\n"
"Project-Id-Version: 0.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-26 16:26-0400\n"
"PO-Revision-Date: 2024-06-02 15:17-0400\n"
Expand Down
2 changes: 1 addition & 1 deletion src/theticketbot/locales/fr/LC_MESSAGES/theticketbot.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# the link and/or cause it to be incorrectly embedded by Discord.
msgid ""
msgstr ""
"Project-Id-Version: 0.4.1\n"
"Project-Id-Version: 0.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-26 16:26-0400\n"
"PO-Revision-Date: 2024-06-18 20:40-0400\n"
Expand Down
2 changes: 1 addition & 1 deletion src/theticketbot/theticketbot.pot
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# the link and/or cause it to be incorrectly embedded by Discord.
msgid ""
msgstr ""
"Project-Id-Version: 0.4.1\n"
"Project-Id-Version: 0.4.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-26 16:26-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down

0 comments on commit c257332

Please sign in to comment.