Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Apr 13, 2018
1 parent ea369c4 commit 51ac0d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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.3.0)
VERSION 0.4.0)

option(ENABLE_ASAN "Enable address sanitizer" OFF)
option(ENABLE_TESTS "Enable unit tests" OFF)
Expand Down
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
0.3.0 (unstable) - 6.02.2017:
0.4.0 (unstable) - 22.03.2018:
* port HawkTracer to Windows
* setup continuous integration service (Jenkins)
* create library for parsing HawkTracer stream
* re-write client in C++, performance improvements
* many bug fixes

0.3.0 (unstable) - 6.02.2018:
library:
* Review and update C library API
* Add Timeline Features
Expand Down

0 comments on commit 51ac0d5

Please sign in to comment.