Skip to content

Commit

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

## [Unreleased]

## [0.16.1] - 2024-07-25

### Added
- Implement bitwise operations for all array-Like inner types, using `AsRef`/`AsMut`, thanks to @PokeJofeJr4th
- Allow to derive constructors, thanks to @PokeJofeJr4th

## [0.16.0] - 2024-07-22

### Added
Expand Down Expand Up @@ -36,7 +42,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.0...HEAD
[Unreleased]: https://github.com/dzamlo/rust-bitfield/compare/v0.16.1...HEAD
[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
[0.14.0]: https://github.com/dzamlo/rust-bitfield/compare/v0.13.2...v0.14.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.0"
version = "0.16.1"
authors = ["Loïc Damien <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "This crate provides macros to generate bitfield-like struct."
Expand Down

0 comments on commit 9e0993a

Please sign in to comment.