Skip to content

Commit

Permalink
Bump to v0.3.1 #patch
Browse files Browse the repository at this point in the history
This release aims to fix a moderate severity issue with urllib. For more info, please check out the changelog ~ Noelle
  • Loading branch information
No767 authored Oct 4, 2023
2 parents 580fb82 + 9a0dc91 commit a6cc96b
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 67 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=3, micro=0, releaselevel="final")
VERSION: VersionInfo = VersionInfo(major=0, minor=3, micro=1, releaselevel="final")
File renamed without changes.
18 changes: 8 additions & 10 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# Catherine-Chan 0.3.0 ✨
# 🛠️ Catherine-Chan 0.3.1

Include Prometheus Metrics and finally properly format human names for pronouns tester command. This version is a ready-to-go production release and is tailored for tracking on production.

Security update to patch [CVE-2023-43804](https://github.com/advisories/GHSA-v845-jxx5-vc9f) for urllib

## ✨ TD;LR

- Prometheus metrics (requires members intent)
- Proper conversion for human names (for pronouns tester command)
- Bump urllib from v2.0.5 to v2.0.6 (patches [CVE-2023-43804](https://github.com/advisories/GHSA-v845-jxx5-vc9f), #40)

## 🛠️ Changes

- Update the motivation section
- Update docs
- Improve internal logging
- Format human names properly
- Allow for unique member counts within the about command
- Bump msgspec from v0.18.2 to v0.18.3 (#39)
- Bump ruff from 0.0.291 to 0.0.292 (#38)
- Update the file name for the dashboard to align with project naming conventions

## ✨ Additions

- Prometheus Metrics w/ Prometheus config + Grafana dashboard
- Proper conversion for human names (for pronouns tester command)
- None

## ➖ Removals

Expand Down
111 changes: 59 additions & 52 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "catherine-chan"
version = "0.3.0"
version = "0.3.1"
description = "An informational LGBTQ based discord bot"
authors = ["No767 <73260931+No767@users.noreply.github.com>"]
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ asyncpg-trek = "^0.3.1"
cysystemd = "^1.5.4"
python-dateutil = "^2.8.2"
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus.git", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
msgspec = "^0.18.2"
msgspec = "^0.18.3"
langcodes = {extras = ["data"], version = "^3.3.0"}
discord-ext-ipcx = "^0.1.1"
pygit2 = "^1.13.1"
Expand All @@ -27,7 +27,7 @@ prometheus-async = "^22.2.0"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.4.0"
pyright = "^1.1.329"
ruff = "^0.0.291"
ruff = "^0.0.292"
watchfiles = "^0.20.0"
pyinstrument = "^4.5.3"
jishaku = "^2.5.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
langcodes[data]==3.3.0 ; python_version >= "3.8" and python_version < "4.0"
language-data==1.1 ; python_version >= "3.8" and python_version < "4.0"
marisa-trie==0.7.8 ; python_version >= "3.8" and python_version < "4.0"
msgspec==0.18.2 ; python_version >= "3.8" and python_version < "4.0"
msgspec==0.18.3 ; python_version >= "3.8" and python_version < "4.0"
multidict==6.0.4 ; python_version >= "3.8" and python_version < "4.0"
orjson==3.9.7 ; python_version >= "3.8" and python_version < "4.0"
prometheus-async==22.2.0 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit a6cc96b

Please sign in to comment.