Skip to content

Commit

Permalink
release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Jan 26, 2021
1 parent 353834e commit a2cfd2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.7.0 / 2021-01-26
==================
* [feature] Integrating clib-uninstall as `clib uninstall` command (#245)
* [feature] Integrating clib-validate to automatically validate `clib.json` files (#242)
* [deprecated] Deperecated `clib-*` executable plugins (#244)
* [fix] `clib init` can't always determine the current directory name (#240)
* [fix] memory leak in clib.c (#353834e)

2.6.1 / 2021-01-14
==================
* [fix] Expire the search cache (#234)
Expand Down
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clib",
"version": "2.6.1",
"version": "2.7.0",
"repo": "clibs/clib",
"install": "make clean uninstall build install",
"makefile": "Makefile",
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
//

#ifndef CLIB_VERSION
#define CLIB_VERSION "2.6.1"
#define CLIB_VERSION "2.7.0"
#endif

0 comments on commit a2cfd2a

Please sign in to comment.