Skip to content

Commit

Permalink
Merge pull request #37 from etscrivner/release-4.0.0
Browse files Browse the repository at this point in the history
rbsecp256k1 4.0.0
  • Loading branch information
etscrivner authored Jan 5, 2019
2 parents 142d969 + 90c3509 commit 81bf18e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions documentation/releases/release-notes/release-notes-4.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
rbsecp256k1 version 4.0.0 is now available.

Please report bugs using the issue tracker at GitHub:

https://github.com/etscrivner/rbsecp256k1/issues

Notable Changes
===============

This release makes major changes to the library in terms of object allocation
and cloning. It removes the cloning of most `secp256k1_context` objects and
opts for the static `secp256k1_context_no_precomp` where it is possible to use
this. This allows for a major restructuring of the library to something more
sensible.

### Library Updates

The following updates were made to the library:

* Use Static Contexts Where Possible ([#35](https://github.com/etscrivner/rbsecp256k1/pull/35))
2 changes: 1 addition & 1 deletion lib/rbsecp256k1/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Secp256k1
VERSION = '3.0.1'.freeze
VERSION = '4.0.0'.freeze
end

0 comments on commit 81bf18e

Please sign in to comment.