diff --git a/CHANGELOG.md b/CHANGELOG.md index d65f6f5..804b3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Systrack changelog ================== +v0.3.2 +------ + +**Improvement**: + +- Correctly report `futex_{wait,wake,requeue}` depending on `CONFIG_FUTEX=y`. +- Use unicorn emoji (cuter) instead of test tube for esoteric syscalls in HTML + output. + v0.3.1 ------ diff --git a/src/systrack/version.py b/src/systrack/version.py index 9394876..108f060 100644 --- a/src/systrack/version.py +++ b/src/systrack/version.py @@ -1,4 +1,4 @@ -VERSION = '0.3.1' +VERSION = '0.3.2' VERSION_COPY = f'''\ Copyright (C) 2023 Marco Bonelli Licensed under the GNU General Public License v3.0