Skip to content

Commit

Permalink
Release 0.11.0 (Lizard)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Aug 30, 2023
1 parent 3c22b39 commit 1935484
Show file tree
Hide file tree
Showing 2 changed files with 12 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.10.0)
VERSION 0.11.0)

include(GNUInstallDirs)

Expand Down
12 changes: 11 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.11.0 (Lizard) (unstable) - 30.08.2023:
* allow return values from functions decorated with @trace in Python bindings
* allow conditional build of TCP listener
* enable forceful compilation using C compiler (using `0DFORCE_C_COMPILATION=ON` cmake flag)
* allow disable multithreading support (using `-DENABLE_THREADS=OFF` cmake flag)
* fix MacOS build
* add on-client-connected callback to TCP listener
* improve test suite
* minor fixes and improvements in documentation

0.10.0 (Squirrel) (unstable) - 19.01.2020:
* fix amalgamation process for non POSIX.utf-8 locale (#65)
* restore Python binding tests
Expand Down Expand Up @@ -53,7 +63,7 @@
* documentation improvements (tutorials, examples, missing function documentation)
* publish documentation online (https://amzn.github.io/hawktracer/)
* many other tiny bug fixes and minor improvements

0.5.0 (unstable) - 5.05.2018:
* make parser library thread-safe
* fix bug which was preventing from event multilevel inheritance
Expand Down

0 comments on commit 1935484

Please sign in to comment.