Skip to content

Commit 89e48b0

Browse files
authored
Merge pull request #31 from ethereumjs/release-v020
Breaking release 0.2.0
2 parents a639820 + d070b4a commit 89e48b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

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+
916
## [0.1.2] - 2018-02-09
1017
- Added ``Cargo`` flag to avoid generated code catching all exceptions, PR [#11](https://github.com/ethereumjs/rustbn.js/pull/11)
1118
- More robust build with ``sed`` validation, PR [#14](https://github.com/ethereumjs/rustbn.js/pull/14)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rustbn.js",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Javascript bindings for https://github.com/paritytech/bn (using asm.js)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)