Skip to content

Commit

Permalink
update changelog and bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed May 11, 2019
1 parent 300e23d commit a3a0f89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

project(bear C)
set(BEAR_VERSION "2.3.13")
set(BEAR_VERSION "2.4.0")

include(GNUInstallDirs)
install(FILES COPYING README.md ChangeLog.md
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.4.0 (2019.05.12)

Features:
- `libear.so` write binary file instead of JSON.

Bugfixes:
- Fix `newlocale` problem (#182, #190, @timblaktu, @3v1n0, @caohaiming, @rbresalier)
- Fix long command line problem (#246, @jmodares)
- Fix help text for parameter `--use-only` (#245, @koutheir)


## 2.3.13 (2018.08.30)

Bugfixes:
Expand Down

0 comments on commit a3a0f89

Please sign in to comment.