Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
flxbe committed Nov 16, 2023
1 parent 0d89128 commit 8182b2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2023-11-16

### Added

- Natively support `f16`, `f32`, and `f64` ([bdsoha](https://github.com/bdsoha))
- Support Python 3.12

## [0.5.0] - 2022-01-05
## [0.5.0] - 2023-01-05

### Added

Expand Down Expand Up @@ -39,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Use `bstruct.Struct` baseclass instead of the decorator `bstruct.derive`

[unreleased]: https://github.com/flxbe/bstruct/compare/v0.5.0...HEAD
[unreleased]: https://github.com/flxbe/bstruct/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/flxbe/bstruct/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/flxbe/bstruct/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/flxbe/bstruct/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/flxbe/bstruct/compare/v0.2.0...v0.3.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bstruct"
version = "0.5.0"
version = "0.6.0"
description = "Simple and efficient binary (de)serialization using type annotations."
authors = ["flxbe <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -47,4 +47,4 @@ useLibraryCodeForTypes = true
reportMissingTypeStubs = false

[tool.ruff]
select = ["I"]
select = ["I"]

0 comments on commit 8182b2e

Please sign in to comment.