-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from etscrivner/release-5.1.1
[Release] Add notes and updates for 5.1.1 release
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
documentation/releases/release-notes/release-notes-5.1.1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
rbsecp256k1 version 5.1.1 is now available. | ||
|
||
Please report bugs using the issue tracker at GitHub: | ||
|
||
https://github.com/etscrivner/rbsecp256k1/issues | ||
|
||
Notable Changes | ||
=============== | ||
|
||
This is a bugfix release for rbsecp256k1 on Ruby 3.2. It also includes updates | ||
to older dependencies and GitHub Actions. | ||
|
||
### Library Updates | ||
|
||
The following updates were made to the library: | ||
|
||
* Fix: Workflows failing at python-dev dependency. ([#63](https://github.com/etscrivner/rbsecp256k1/pull/63)) | ||
* Fix: Ruby 3.2 require issue. ([#66](https://github.com/etscrivner/rbsecp256k1/pull/66)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module Secp256k1 | ||
VERSION = '5.1.0' | ||
VERSION = '5.1.1' | ||
end |