Skip to content

Commit

Permalink
bitfield 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzamlo committed Sep 7, 2024
1 parent edc42dc commit f4beb1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.2] - 2024-09-07

### Added
- Allow creating bitfield structs with arbitrary visibilities, thanks to @ADSteele916

## [0.16.1] - 2024-07-25

### Added
Expand Down Expand Up @@ -42,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `from into` can be used in place of `from` to change the input type of the setter. Thanks to @roblabla

[Unreleased]: https://github.com/dzamlo/rust-bitfield/compare/v0.16.1...HEAD
[Unreleased]: https://github.com/dzamlo/rust-bitfield/compare/v0.16.2...HEAD
[0.16.2]: https://github.com/dzamlo/rust-bitfield/compare/v0.16.0...v0.16.2
[0.16.1]: https://github.com/dzamlo/rust-bitfield/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/dzamlo/rust-bitfield/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/dzamlo/rust-bitfield/compare/v0.14.0...v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitfield"
version = "0.16.1"
version = "0.16.2"
authors = ["Loïc Damien <loic.damien@dzamlo.ch>"]
license = "MIT OR Apache-2.0"
description = "This crate provides macros to generate bitfield-like struct."
Expand Down

0 comments on commit f4beb1b

Please sign in to comment.