Skip to content

Commit 04d273f

Browse files
committed
release 2.8.0
1 parent c7c5ff6 commit 04d273f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.8.0 / 2021-09-01
2+
==================
3+
* [add] Run tests workflow in pull requests (8bc6089)
4+
* [add] Move common settings to a settings header
5+
* [change] on osx, install curl using brew (#253)
6+
* [fix] fix clib-settings.h compilation error (#259)
7+
* [fix] Fix a memory issue when downloading files. (#256)
8+
* [fix] Fix compile error on cygwin (#251)
9+
* [fix] README.md:fix link to explanation of clib.json (#252)
10+
111
2.7.0 / 2021-01-26
212
==================
313
* [feature] Integrating clib-uninstall as `clib uninstall` command (#245)

clib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clib",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"repo": "clibs/clib",
55
"install": "make clean uninstall build install",
66
"makefile": "Makefile",

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
//
77

88
#ifndef CLIB_VERSION
9-
#define CLIB_VERSION "2.7.0"
9+
#define CLIB_VERSION "2.8.0"
1010
#endif

0 commit comments

Comments
 (0)