Skip to content

Commit

Permalink
Autogenerated release minor
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Sep 12, 2023
1 parent e5b10dc commit 1c2a543
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### [2.4.0](https://github.com/julianneswinoga/tracex_parser/compare/2.3.0...2.4.0)

> 12 September 2023
- 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)
- 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)
- Convert raw test loop into pytest parameters [`e6b1e56`](https://github.com/julianneswinoga/tracex_parser/commit/e6b1e5627a811325ea87fc4e2a2a45a0acbec2dd)
- Update README.md script output after previous changes/bugfixes [`b5fc5ee`](https://github.com/julianneswinoga/tracex_parser/commit/b5fc5ee37593753dcc7cd2e8221e1e3e42d68ba5)

#### [2.3.0](https://github.com/julianneswinoga/tracex_parser/compare/2.2.0...2.3.0)

> 29 July 2023
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "tracex_parser"
version = "2.3.0"
version = "2.4.0"
description = "Parser for ThreadX RTOS's trace buffers (aka TraceX)"
authors = ["Julianne Swinoga <julianneswinoga@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 1c2a543

Please sign in to comment.