Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Mathieson committed Jun 3, 2014
1 parent d3b755a commit 9e6d059
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

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

* ci: Remove benchmarks
* add travis
* test: Fix 'unused parameter' warning
* readme: Update benchmarks
* benchmark: Fix 'unused parameter' warning
* benchmark: Use clibs/bench for CPU time
* readme: Correct types
* readme: Add syntax highlighting
* iterator: set to `NULL` after freeing

0.0.6 / 2014-05-06
==================

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

0 comments on commit 9e6d059

Please sign in to comment.