Skip to content

Commit 14f0e93

Browse files
committed
version 5.0
1 parent 3a0ea6e commit 14f0e93

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: changelog.txt

+15
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,18 @@
175175
### Improved
176176

177177
- Python 3.11 support
178+
179+
## 5.0
180+
181+
2022-11-12
182+
183+
### Added
184+
185+
- Add support for enums
186+
- Add support for multiple definition to cstruct.parse
187+
- Add inspect method
188+
189+
### Improved
190+
191+
- Documentation and examples
192+
- Restructure setup

Diff for: cstruct/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = "Andrea Bonomi <[email protected]>"
2626
__license__ = "MIT"
27-
__version__ = "4.0"
27+
__version__ = "5.0"
2828
__date__ = "15 August 2013"
2929

3030
from typing import Any, Dict, Optional, Type, Union

0 commit comments

Comments
 (0)