Skip to content

Commit

Permalink
version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreax79 committed Nov 12, 2022
1 parent 3a0ea6e commit 14f0e93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,18 @@
### Improved

- Python 3.11 support

## 5.0

2022-11-12

### Added

- Add support for enums
- Add support for multiple definition to cstruct.parse
- Add inspect method

### Improved

- Documentation and examples
- Restructure setup
2 changes: 1 addition & 1 deletion cstruct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__author__ = "Andrea Bonomi <[email protected]>"
__license__ = "MIT"
__version__ = "4.0"
__version__ = "5.0"
__date__ = "15 August 2013"

from typing import Any, Dict, Optional, Type, Union
Expand Down

0 comments on commit 14f0e93

Please sign in to comment.