Skip to content

Commit

Permalink
trace-cruncher: Version 0.4.1 (Beta)
Browse files Browse the repository at this point in the history
Changes in the new version:
 - Fixed libtracefs version.

Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
  • Loading branch information
tzstoyanov committed Jul 3, 2023
1 parent 02539f0 commit 9826ee8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [Release v0.4.0](https://github.com/vmware/trace-cruncher/compare/tracecruncher-v0.3.0...tracecruncher-v0.4.0)
## [Release v0.4.1](https://github.com/vmware/trace-cruncher/compare/tracecruncher-v0.3.0...tracecruncher-v0.4.1)

> Release Date: 2023-07-03
### Chore
- [02539f0d] trace-cruncher: Fixed libtracefs version

> Release Date: 2023-06-26
Expand Down Expand Up @@ -70,4 +74,4 @@
- [6948cd45] trace-cruncher: Add object files to gitignore
- [5b8adef4] trace-cruncher: Update github workflows
- [e7f7de28] trace-cruncher: Add define for bool type
- [78e3c4ac] trace-cruncher: Build trace-obj-debug.c as library
- [78e3c4ac] trace-cruncher: Build trace-obj-debug.c as library
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main():
libraries=['kshark'])

setup(name='tracecruncher',
version='0.4.0',
version='0.4.1',
description='Interface for accessing Linux tracing data in Python.',
author='Yordan Karadzhov (VMware)',
author_email='y.karadz@gmail.com',
Expand Down

0 comments on commit 9826ee8

Please sign in to comment.