Skip to content

Commit d1223b5

Browse files
committed
version 5.2
1 parent e3c4449 commit d1223b5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,13 @@
204204
- Add support for char constants
205205
- Add native type test
206206
- dir.py example
207+
208+
## 5.2
209+
210+
2022-11-23
211+
212+
### Fix
213+
214+
- nested struct unpack fix
215+
- nested anonymous union offset fix
216+
- inspect offset for nested struct/union fix

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

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

0 commit comments

Comments
 (0)