Skip to content

Commit

Permalink
Merge pull request #353 from DaniPopes/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich authored Feb 27, 2024
2 parents f81baa3 + fb75ff4 commit d8185a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.12.0] - 2024-02-27

- Overflow check in `overflowing_shr` implementation ([#347])
- Wrap the `uint!` macro to allow usage without needing `uint` import ([#350])

[#347]: https://github.com/recmo/uint/pulls/347
[#350]: https://github.com/recmo/uint/pulls/350

## [1.11.1] - 2023-11-18

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

<!-- links to version -->

[unreleased]: https://github.com/recmo/uint/compare/v1.11.1...HEAD
[unreleased]: https://github.com/recmo/uint/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/recmo/uint/releases/tag/v1.12.0
[1.11.1]: https://github.com/recmo/uint/releases/tag/v1.11.1
[1.11.0]: https://github.com/recmo/uint/releases/tag/v1.11.0
[1.10.1]: https://github.com/recmo/uint/releases/tag/v1.10.1
Expand Down

0 comments on commit d8185a2

Please sign in to comment.