File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.0 (2025-12-05)
2+
3+ ### BREAKING CHANGE
4+
5+ - Technically this removes a feature, but it wasn't utilized by the existing code anyways and only caused trouble
6+
7+ ### Feat
8+
9+ - add docker image, allow setting datadir and config file from cli
10+ - add support for python 3.14
11+ - ** logging** : Add additional logging to assist with debugging #85
12+ - add support for python 3.13
13+
14+ ### Fix
15+
16+ - ** deps** : update dependency pydantic to v2.12.5
17+ - ** deps** : update dependency async-irc to v0.3.0
18+ - ** deps** : update dependency pydantic to v2.12.4
19+ - ** core** : remove broken/inconsistent restart handler
20+ - ** nickserv** : don't deadlock nickserv lookups if one fails
21+ - ** nickserv** : correcrtly match nickserv info section for account creation time in anope 2.1
22+ - ** deps** : update dependency pydantic to v2.12.3
23+ - correct workflow permissions for lockfiles updates
24+ - update pre-commit updater with fixes from other repos
25+ - update pre-commit updater with fixes from other repos
26+ - drop support for EOL Python 3.9
27+ - ** deps** : update dependency pydantic to v2.12.2
28+ - ** deps** : update aiofiles to v25
29+ - ** main** : use aiofiles to write PID file
30+ - ** lint** : correct linting issues
31+ - update ref to devcontainer features
32+
33+ ### Refactor
34+
35+ - fix ruff issues
36+ - remove runtime asserts
You can’t perform that action at this time.
0 commit comments