Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Mathieson committed Feb 24, 2014
1 parent b984056 commit 035a2f6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

1.0.0 / 2014-02-24
==================

* Pin deps
* Update clib-package
* Use console-colors instead of using escape sequence directly
* Update which for str-copy usage
* Update wiki-registry for parser fix and str_copy usage
* Update str-flatten for memory fixes
* Update mkdirp for Windows support
* Update all dependencies
* search: handle str_copy failure
* Use str_copy instead of strdup
* Fix package.json
* Add note about libcurl
* fix search output padding
* suppress unused function warnings
* Add 'install' key to package.json
* Free wiki package
* Add clib-search
* Update installation instructions
* Initial port to C
* remove node stuff

0.2.0 / 2013-12-19
==================

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": "clib",
"version": "rewrite-in-c",
"version": "1.0.0",
"repo": "clibs/clib",
"dependencies": {
"stephenmathieson/trim.c": "0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
//

#ifndef CLIB_VERSION
#define CLIB_VERSION "1.2.3"
#define CLIB_VERSION "1.0.0"
#endif

0 comments on commit 035a2f6

Please sign in to comment.