Skip to content

Commit cc86c65

Browse files
committed
version 5.1
1 parent 1dafc6b commit cc86c65

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.txt

+14
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,17 @@
190190

191191
- Documentation and examples
192192
- Restructure setup
193+
194+
## 5.1
195+
196+
2022-11-20
197+
198+
### Improved
199+
200+
- Support unpack from ctype pointers
201+
202+
### Added
203+
204+
- Add support for char constants
205+
- Add native type test
206+
- dir.py example

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__ = "5.0"
27+
__version__ = "5.1"
2828
__date__ = "15 August 2013"
2929

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

0 commit comments

Comments
 (0)