We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c853d7f commit 8f3a726Copy full SHA for 8f3a726
CHANGELOG.md
@@ -1,3 +1,27 @@
1
+## v0.7.0 (2025-10-02)
2
+
3
+### Feat
4
5
+- drop support for python 3.9 (#377)
6
+- add support for python 3.13 (#376)
7
+- **parser**: add tag access fields to Message objects (#308)
8
+- drop python 3.8 support
9
10
+### Fix
11
12
+- **deps**: only pin build dependencies
13
+- don't override deps for test env
14
+- correct __all__ in util package
15
+- correct type annotations for type inference
16
+- update zsh-plugins feature source to use the correct repository
17
+- Remove codeql config to use default setup
18
19
+### Refactor
20
21
+- cleanup imports
22
+- add ssort to sort module members
23
+- add version data to root module
24
25
## v0.6.0 (2024-04-16)
26
27
### Feat
0 commit comments