Skip to content

Commit

Permalink
chore: release 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 3, 2024
1 parent 7dc999e commit 97be949
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,16 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.12.3] - 2024-06-03

### Changed

- Use borrowing/carrying ops in add/sub, remove bound checks in shifts ([#366])
- Make `mul_mod` non-allocating ([#373])

### Fixed

- Add `alloc` requirement to `num-traits` feature [#363]

[#363]: https://github.com/recmo/uint/pull/363
[#366]: https://github.com/recmo/uint/pull/366
[#373]: https://github.com/recmo/uint/pull/373

## [1.12.1] - 2024-03-12

Expand Down Expand Up @@ -327,7 +331,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.12.1...HEAD
[unreleased]: https://github.com/recmo/uint/compare/v1.12.3...HEAD
[1.12.3]: https://github.com/recmo/uint/releases/tag/v1.12.3
[1.12.1]: https://github.com/recmo/uint/releases/tag/v1.12.1
[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
Expand Down

0 comments on commit 97be949

Please sign in to comment.