Skip to content

Commit 8182b2e

Browse files
committed
prepare release
1 parent 0d89128 commit 8182b2e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bstruct"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Simple and efficient binary (de)serialization using type annotations."
55
authors = ["flxbe <flxbe@mailbox.org>"]
66
license = "MIT"
@@ -47,4 +47,4 @@ useLibraryCodeForTypes = true
4747
reportMissingTypeStubs = false
4848

4949
[tool.ruff]
50-
select = ["I"]
50+
select = ["I"]

0 commit comments

Comments
 (0)