Skip to content

Commit 8f3a726

Browse files
committed
bump: version 0.6.0 → 0.7.0
1 parent c853d7f commit 8f3a726

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
125
## v0.6.0 (2024-04-16)
226

327
### Feat

0 commit comments

Comments
 (0)