Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recmo committed Jun 9, 2022
1 parent f0f0ddb commit b45fcd9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
32 changes: 10 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ruint"
description = "Unsigned integer type with cont-generic bit length"
authors = ["Remco Bloemen <remco@wicked.ventures>"]
version = "1.2.0"
version = "1.3.0"
edition = "2021"
homepage = "https://github.com/recmo/uint"
repository = "https://github.com/recmo/uint"
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] — 2022-06-08

### Added

- Added `inv_mod`, `mul_redc`, `gcd`, `gcd_extended`, `lcm`.
Expand Down Expand Up @@ -131,7 +133,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.2.0...HEAD
[unreleased]: https://github.com/recmo/uint/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/recmo/uint/releases/tag/v1.2.0
[1.2.0]: https://github.com/recmo/uint/releases/tag/v1.2.0
[1.1.0]: https://github.com/recmo/uint/releases/tag/v1.1.0
[1.0.0]: https://github.com/recmo/uint/releases/tag/v1.0.0
Expand Down

0 comments on commit b45fcd9

Please sign in to comment.