Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Sep 1, 2021
1 parent c7c5ff6 commit 04d273f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.8.0 / 2021-09-01
==================
* [add] Run tests workflow in pull requests (8bc6089)
* [add] Move common settings to a settings header
* [change] on osx, install curl using brew (#253)
* [fix] fix clib-settings.h compilation error (#259)
* [fix] Fix a memory issue when downloading files. (#256)
* [fix] Fix compile error on cygwin (#251)
* [fix] README.md:fix link to explanation of clib.json (#252)

2.7.0 / 2021-01-26
==================
* [feature] Integrating clib-uninstall as `clib uninstall` command (#245)
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.7.0",
"version": "2.8.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.7.0"
#define CLIB_VERSION "2.8.0"
#endif

0 comments on commit 04d273f

Please sign in to comment.