File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
+ ## [ 0.2.0] - 2018-07-19
10
+ - Added successful test case for each operation, PR[ #19 ] ( https://github.com/ethereumjs/rustbn.js/pull/19 )
11
+ - Better Javascript API, PR[ #20 ] ( https://github.com/ethereumjs/rustbn.js/pull/20 ) - breaking change
12
+ - Support for Rust 1.24, PR[ #22 ] ( https://github.com/ethereumjs/rustbn.js/pull/22 )
13
+
14
+ [ 0.2.0 ] : https://github.com/ethereumjs/rustbn.js/compare/v0.1.2...v0.2.0
15
+
9
16
## [ 0.1.2] - 2018-02-09
10
17
- Added `` Cargo `` flag to avoid generated code catching all exceptions, PR [ #11 ] ( https://github.com/ethereumjs/rustbn.js/pull/11 )
11
18
- More robust build with `` sed `` validation, PR [ #14 ] ( https://github.com/ethereumjs/rustbn.js/pull/14 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rustbn.js" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Javascript bindings for https://github.com/paritytech/bn (using asm.js)" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments