Skip to content

Commit

Permalink
bitfield 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzamlo committed Sep 8, 2024
1 parent f4beb1b commit 1386eb3
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.17.0] - 2024-09-08

### Breaking Changes
- Changes published as 0.16.2 (version now yanked) was breaking

## [0.16.2] - 2024-09-07

### Added
Expand Down Expand Up @@ -47,7 +52,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.2...HEAD
[Unreleased]: https://github.com/dzamlo/rust-bitfield/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/dzamlo/rust-bitfield/compare/v0.16.2...v0.17.0
[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
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.2"
version = "0.17.0"
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 1386eb3

Please sign in to comment.