Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Mathieson committed Jan 5, 2015
1 parent 07123e0 commit f09c118
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

0.4.0 / 2015-01-05
==================

* refactor
* buffer: Remove printf() statement
* Add `buffer_appendf()` (#10, marcomorain)

0.3.0 / 2014-12-24
==================

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": "buffer",
"version": "0.3.0",
"version": "0.4.0",
"repo": "clibs/buffer",
"description": "Higher level C-string utilities",
"keywords": ["buf", "buffer", "string", "str", "util", "utils"],
Expand Down

0 comments on commit f09c118

Please sign in to comment.