Skip to content

Commit 1c2a543

Browse files
Autogenerated release minor
1 parent e5b10dc commit 1c2a543

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### [2.4.0](https://github.com/julianneswinoga/tracex_parser/compare/2.3.0...2.4.0)
2+
3+
> 12 September 2023
4+
5+
- Add `parse-trx` as an installed script, needed to massage `file_parser.py`'s main function to do this [`e5b10dc`](https://github.com/julianneswinoga/tracex_parser/commit/e5b10dc88e3b25a02fafda566132954caf37bfb0)
6+
- Add the rest of the app-parsed text files, and an exception for demo_netx_udp.txt... [`a3b209e`](https://github.com/julianneswinoga/tracex_parser/commit/a3b209e101905a4b0acb5035baf83c736c9e29d8)
7+
- Convert raw test loop into pytest parameters [`e6b1e56`](https://github.com/julianneswinoga/tracex_parser/commit/e6b1e5627a811325ea87fc4e2a2a45a0acbec2dd)
8+
- Update README.md script output after previous changes/bugfixes [`b5fc5ee`](https://github.com/julianneswinoga/tracex_parser/commit/b5fc5ee37593753dcc7cd2e8221e1e3e42d68ba5)
9+
110
#### [2.3.0](https://github.com/julianneswinoga/tracex_parser/compare/2.2.0...2.3.0)
211

312
> 29 July 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.3.0"
7+
version = "2.4.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)