Skip to content

Commit

Permalink
Release 0.8.0 (Frog)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Mar 18, 2019
1 parent cfeec83 commit 0e060f5
Show file tree
Hide file tree
Showing 2 changed files with 7 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 3.1)

project(HawkTracer
VERSION 0.7.0)
VERSION 0.8.0)

include(GNUInstallDirs)

Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.8.0 (Frog) (unstable) - 18.03.2018:
* fix library freeze on closing TCP connection
* fix crash on multiple ht_init()/ht_deinit() calls
* add python bindings for a core library
* documentation improvements

0.7.0 (Rabbit) (unstable) - 14.01.2018:
* fix crash when pushing events of size bigger than timeline's buffer
* [api change] rename HT_EVENT_GET_CLASS to HT_EVENT_GET_KLASS
Expand Down

0 comments on commit 0e060f5

Please sign in to comment.