Skip to content

Commit

Permalink
Merge pull request #67 from etscrivner/release-5.1.1
Browse files Browse the repository at this point in the history
[Release] Add notes and updates for 5.1.1 release
  • Loading branch information
etscrivner authored Dec 30, 2022
2 parents a2795e1 + 786b14a commit 456ea9f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions documentation/releases/release-notes/release-notes-5.1.1.md
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))
2 changes: 1 addition & 1 deletion lib/rbsecp256k1/version.rb
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

0 comments on commit 456ea9f

Please sign in to comment.