Skip to content

Commit

Permalink
Merge pull request #18 from ethereumjs/new-release-v012
Browse files Browse the repository at this point in the history
New minor release v0.1.2
  • Loading branch information
holgerd77 authored Feb 8, 2018
2 parents 8865629 + 754cbb1 commit 90eb667
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [0.1.2] - 2018-02-09
- Added ``Cargo`` flag to avoid generated code catching all exceptions, PR [#11](https://github.com/ethereumjs/rustbn.js/pull/11)
- More robust build with ``sed`` validation, PR [#14](https://github.com/ethereumjs/rustbn.js/pull/14)
- Fixed license and authors in ``package.json``, PR [#15](https://github.com/ethereumjs/rustbn.js/pull/15)

[0.1.2]: https://github.com/ethereumjs/rustbn.js/compare/v0.1.1...v0.1.2

## [0.1.1] - 2017-10-26
- Avoid exceptions and return an emtpy value instead
- Added cargo config to set flag `NO_DYNAMIC_EXECUTION = 1` to avoid introducing the eval function
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustbn.js",
"version": "0.1.1",
"version": "0.1.2",
"description": "Javascript bindings for https://github.com/paritytech/bn (using asm.js)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 90eb667

Please sign in to comment.