[Pkg-javascript-commits] [node-ripemd160] 58/71: 2.0.0

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-ripemd160.

commit b459a37be2140aba46d64fdf2e97dd34f7c032dd
Author: JP Richardson <jprichardson at gmail.com>
Date:   Mon Apr 11 17:21:13 2016 -0500

    2.0.0
---
 CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++
 package.json |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e1e6df..9f644f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+2.0.0 / 2016-04-11
+------------------
+- rewritten, license change BSD-3 to MIT. [#13][#13]
+- stream support [#13][#13]
+
 1.0.1 / 2015-05-05
 ------------------
 - standard formatting
@@ -34,3 +39,30 @@
 0.0.1 / 2013-11-03
 ------------------
 * initial release
+
+<!--- add streams support, unroll loops [enhancement] -->
+[#13]: https://github.com/crypto-browserify/ripemd160/pull/13
+<!--- Update all dependencies 🌴 [greenkeeper] -->
+[#12]: https://github.com/crypto-browserify/ripemd160/pull/12
+<!--- little optimizations [enhancement] -->
+[#11]: https://github.com/crypto-browserify/ripemd160/pull/11
+<!--- Added LICENSE file to repo -->
+[#10]: https://github.com/crypto-browserify/ripemd160/pull/10
+<!--- Add LICENCE file -->
+[#9]: https://github.com/crypto-browserify/ripemd160/pull/9
+<!--- Support streaming [enhancement] -->
+[#8]: https://github.com/crypto-browserify/ripemd160/issues/8
+<!--- Unroll loops [enhancement] -->
+[#7]: https://github.com/crypto-browserify/ripemd160/pull/7
+<!--- Use SPDX-standard license naming -->
+[#6]: https://github.com/crypto-browserify/ripemd160/pull/6
+<!--- License -->
+[#5]: https://github.com/crypto-browserify/ripemd160/issues/5
+<!--- Add BSD license to package.json -->
+[#4]: https://github.com/crypto-browserify/ripemd160/pull/4
+<!--- Indicate byte array inputs are supported too -->
+[#3]: https://github.com/crypto-browserify/ripemd160/pull/3
+<!--- Node-specific implementation -->
+[#2]: https://github.com/crypto-browserify/ripemd160/pull/2
+<!--- Incorrect name of convert-string dependency in bower.json -->
+[#1]: https://github.com/crypto-browserify/ripemd160/pull/1
diff --git a/package.json b/package.json
index 2b8acc0..5d28381 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ripemd160",
-  "version": "1.0.1",
+  "version": "2.0.0",
   "description": "Compute ripemd160 of bytes or strings.",
   "keywords": [
     "string",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git



More information about the Pkg-javascript-commits mailing list