-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 1.11.0 #338
release: 1.11.0 #338
Conversation
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
## [Unreleased] | |||
|
|||
## [1.11.0] - 2023-10-27 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to have the link at bottom of file
ruint-macro/Cargo.toml
Outdated
@@ -1,7 +1,7 @@ | |||
[package] | |||
name = "ruint-macro" | |||
description = "The `uint!` macro for `Uint` literals" | |||
version = "1.1.0" | |||
version = "1.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
necessary?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #338 +/- ##
==========================================
- Coverage 80.57% 80.53% -0.04%
==========================================
Files 54 54
Lines 6131 6140 +9
==========================================
+ Hits 4940 4945 +5
- Misses 1191 1195 +4 ☔ View full report in Codecov by Sentry. |
CHANGELOG.md
Outdated
@@ -276,6 +278,7 @@ 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.10.1...HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unreleased needs to be v1.11.0...HEAD
As title.