Skip to content

Commit 1935484

Browse files
committed
Release 0.11.0 (Lizard)
1 parent 3c22b39 commit 1935484

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1)
22

33
project(HawkTracer
4-
VERSION 0.10.0)
4+
VERSION 0.11.0)
55

66
include(GNUInstallDirs)
77

NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.11.0 (Lizard) (unstable) - 30.08.2023:
2+
* allow return values from functions decorated with @trace in Python bindings
3+
* allow conditional build of TCP listener
4+
* enable forceful compilation using C compiler (using `0DFORCE_C_COMPILATION=ON` cmake flag)
5+
* allow disable multithreading support (using `-DENABLE_THREADS=OFF` cmake flag)
6+
* fix MacOS build
7+
* add on-client-connected callback to TCP listener
8+
* improve test suite
9+
* minor fixes and improvements in documentation
10+
111
0.10.0 (Squirrel) (unstable) - 19.01.2020:
212
* fix amalgamation process for non POSIX.utf-8 locale (#65)
313
* restore Python binding tests
@@ -53,7 +63,7 @@
5363
* documentation improvements (tutorials, examples, missing function documentation)
5464
* publish documentation online (https://amzn.github.io/hawktracer/)
5565
* many other tiny bug fixes and minor improvements
56-
66+
5767
0.5.0 (unstable) - 5.05.2018:
5868
* make parser library thread-safe
5969
* fix bug which was preventing from event multilevel inheritance

0 commit comments

Comments
 (0)