Skip to content

Commit

Permalink
Prepare for v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Sep 22, 2023
1 parent df9bfd9 commit 9923747
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 35 deletions.
2 changes: 1 addition & 1 deletion bot/cogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def __str__(self) -> str:


EXTENSIONS = [module.name for module in iter_modules(__path__, f"{__package__}.")]
VERSION: VersionInfo = VersionInfo(major=0, minor=2, micro=7, releaselevel="final")
VERSION: VersionInfo = VersionInfo(major=0, minor=2, micro=8, releaselevel="final")
18 changes: 9 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 🛠️ Catherine-Chan 0.2.7 🛠️
# 🛠️ Catherine-Chan 0.2.8 🛠️

Finally the blacklist and dev tool commands are not synced globally. This release aims to fix that and adds some QoL improvements.
Fix one small tiny bug that thanks to Sarth on the Python Discord server, has been resolved.

## ✨ TD;LR

- Fixed blacklist commands showing up in public commands **for real this time**
- Fixed bot args not having proper typehints

## 🛠️ Changes

- Fixed blacklist and sync commands showing up in public commands **for real this time**
- Migrate the sync and reload commands to be exclusively prefixed commands. This is done at the recommendation of Umbra and Nanika
- Switched the `/about` title URL to the support server invite link
- Renamed `/support` to be `/pride-support`
- Fixed bot args not having proper typehints
- Renamed `support.py` to `pride_support.py` (to reflect the support command now the one used by Catherine-Chan)
- Renamed `Support` cog to `PrideSupport` (to reflect the filename changes)
- Updated some typehints

## ✨ Additions

- A small little `/support` command to show ways you can better support Catherine-Chan
- None

## ➖ Removals

- None
- Any dead code
24 changes: 0 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "catherine-chan"
version = "0.2.7"
version = "0.2.8"
description = "An informational LGBTQ based discord bot"
authors = ["No767 <73260931+No767@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9923747

Please sign in to comment.