Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Mathieson committed Jan 30, 2015
1 parent 51bc8e6 commit 60991ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.0.8 / 2015-01-30
==================

* fix `list_at` unsigned compare error (bolasblack, #13)
* travis: Fail the build if any memory is leaked
* travis: Update before installing deps
* test: Fix memory leaks

0.0.7 / 2014-06-02
==================

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": "list",
"version": "0.0.7",
"version": "0.0.8",
"repo": "clibs/list",
"description": "Simple linked list",
"keywords": ["list", "structure"],
Expand Down

0 comments on commit 60991ec

Please sign in to comment.