Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Apr 13, 2018
1 parent b79be6b commit 037de7e
Show file tree
Hide file tree
Showing 2 changed files with 6 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.0)

project(hawktracer
VERSION 0.1.0)
VERSION 0.2.0)

set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -Wno-unused-parameter")

Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.0 (unstable) - 7.07.2017:
* add tool for generate function address map from binary file
* add feature for finding closest label (if label is not specified in map)
* implement simple command line parser for profiler

0.1.0 (unstable) - 30.06.2017:
* implement prototype of tracing server
* implement client for receiving tracepoints
Expand Down

0 comments on commit 037de7e

Please sign in to comment.