Skip to content

Commit 81ddb34

Browse files
Autogenerated release minor
1 parent c4bfb5a commit 81ddb34

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### [2.3.0](https://github.com/julianneswinoga/tracex_parser/compare/2.2.0...2.3.0)
2+
3+
> 29 July 2023
4+
5+
- Fix event sorting (it's not by timestamp :/) [`551a05b`](https://github.com/julianneswinoga/tracex_parser/commit/551a05b7f447498f2c455146efc8bf6e08ddce77)
6+
- Mask time stamp with timer valid mask [`03284a8`](https://github.com/julianneswinoga/tracex_parser/commit/03284a88e5d311d54d8410a7be89ba685b5e2e94)
7+
- Add tests comparing Microsoft Store app output to our own parsing
8+
- Add Initialization state to thread name conversion [`715b9d4`](https://github.com/julianneswinoga/tracex_parser/commit/715b9d48640fcd3fda6adf9ba1da72f32339c5b3)
9+
- Change typing star import to explicit imports [`9f1c4c8`](https://github.com/julianneswinoga/tracex_parser/commit/9f1c4c86aef95ce78d8dc46d837763892eba571d)
10+
- Generalize histogram string padding [`c4bfb5a`](https://github.com/julianneswinoga/tracex_parser/commit/c4bfb5a6f83f7eb5dc716b4df6ae58a7aae66f3c)
11+
112
#### [2.2.0](https://github.com/julianneswinoga/tracex_parser/compare/2.1.0...2.2.0)
213

314
> 20 May 2023

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "tracex_parser"
7-
version = "2.2.0"
7+
version = "2.3.0"
88
description = "Parser for ThreadX RTOS's trace buffers (aka TraceX)"
99
authors = ["Julianne Swinoga <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)