Skip to content

Commit bea4db6

Browse files
committed
bump for release [ci skip]
1 parent d0d20a8 commit bea4db6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.2.0:
2+
date: 2014-05-03
3+
changes:
4+
- add size method to return raw size of data passed-through.
15
v0.1.2:
26
date: 2014-04-18
37
changes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# crc32-stream v0.1.2 [![Build Status](https://travis-ci.org/ctalkington/node-crc32-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-crc32-stream)
1+
# crc32-stream v0.2.0 [![Build Status](https://travis-ci.org/ctalkington/node-crc32-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-crc32-stream)
22

33
crc32-stream is a streaming CRC32 checksumer. It uses [buffer-crc32](https://www.npmjs.org/package/buffer-crc32) behind the scenes to reliably handle binary data and fancy character sets. Data is passed through untouched.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crc32-stream",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "a streaming CRC32 checksumer",
55
"homepage": "https://github.com/ctalkington/node-crc32-stream",
66
"author": {

0 commit comments

Comments
 (0)