Skip to content

Commit d3012fa

Browse files
author
Stephen Mathieson
committed
Release 0.3.0
1 parent a0a9b12 commit d3012fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
0.3.0 / 2014-12-24
3+
==================
4+
5+
* travis: Fail the build if any memory is leaked
6+
* test: Fix memory leaks
7+
* travis: setup
8+
* Add `buffer_append_n(buffer_t *, const char *, size_t)`
9+
210
0.2.1 / 2014-12-23
311
==================
412

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buffer",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"repo": "clibs/buffer",
55
"description": "Higher level C-string utilities",
66
"keywords": ["buf", "buffer", "string", "str", "util", "utils"],

0 commit comments

Comments
 (0)