File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.0] - 2023-11-16
11+
1012### Added
1113
1214- Natively support ` f16 ` , ` f32 ` , and ` f64 ` ([ bdsoha] ( https://github.com/bdsoha ) )
15+ - Support Python 3.12
1316
14- ## [ 0.5.0] - 2022 -01-05
17+ ## [ 0.5.0] - 2023 -01-05
1518
1619### Added
1720
@@ -39,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3942
4043- Use ` bstruct.Struct ` baseclass instead of the decorator ` bstruct.derive `
4144
42- [ unreleased ] : https://github.com/flxbe/bstruct/compare/v0.5.0...HEAD
45+ [ unreleased ] : https://github.com/flxbe/bstruct/compare/v0.6.0...HEAD
46+ [ 0.6.0 ] : https://github.com/flxbe/bstruct/compare/v0.5.0...v0.6.0
4347[ 0.5.0 ] : https://github.com/flxbe/bstruct/compare/v0.4.0...v0.5.0
4448[ 0.4.0 ] : https://github.com/flxbe/bstruct/compare/v0.3.0...v0.4.0
4549[ 0.3.0 ] : https://github.com/flxbe/bstruct/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bstruct"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44description = " Simple and efficient binary (de)serialization using type annotations."
55authors = [" flxbe <flxbe@mailbox.org>" ]
66license = " MIT"
@@ -47,4 +47,4 @@ useLibraryCodeForTypes = true
4747reportMissingTypeStubs = false
4848
4949[tool .ruff ]
50- select = [" I" ]
50+ select = [" I" ]
You can’t perform that action at this time.
0 commit comments