feat(changelog): update for v0.3.7/0.3.8 enhancements
All checks were successful
Python Package CI/CD / Setup and Test (push) Successful in 1m20s
Python Package CI/CD / Publish to PyPI (push) Successful in 37s

Updated the CHANGELOG.md to document enhancements in versions 0.3.7 and 0.3.8, including updates to URLs in the pyproject.toml and migration of the build pipeline to Forgejo Actions. These changes aim to improve project dependency management and streamline the CI/CD process, ensuring a more efficient development workflow.
This commit is contained in:
Kumi 2024-04-15 19:31:27 +02:00
parent 6236142a21
commit 94a9881465
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,5 +1,10 @@
# Changelog
### 0.3.7 / 0.3.8 (2024-04-15)
* Changes to URLs in pyproject.toml
* Migrated build pipeline to Forgejo Actions
### 0.3.6 (2024-04-11)
* Fix issue where message type detection would fail for some messages (cece8cfb24e6f2e98d80d233b688c3e2c0ff05ae)