Releases: TotallyNotRobots/py-irclib
Releases · TotallyNotRobots/py-irclib
Release v0.8.1
v0.8.1 (2025-10-25)
Fix
- build: correct publishing to pypi
Release v0.8.0
Release v0.7.0
v0.7.0 (2025-10-02)
Feat
- drop support for python 3.9 (#377)
- add support for python 3.13 (#376)
- parser: add tag access fields to Message objects (#308)
- drop python 3.8 support
Fix
- deps: only pin build dependencies
- don't override deps for test env
- correct all in util package
- correct type annotations for type inference
- update zsh-plugins feature source to use the correct repository
- Remove codeql config to use default setup
Refactor
- cleanup imports
- add ssort to sort module members
- add version data to root module
v0.3.0
Fixes
- Add explicit
__all__statements for all module exports - Expand parser test coverage
- Fix handling empty parameters in
ParamList - Fix support for partial prefixes
- Fix parsing of empty string for
CapList
New
- Add comparison support for
listandDict[str, str]toTagList - Allow empty constructors for
TagList
Changes
- Removed Python 3.4 support