Skip to content

Commit 5913263

Browse files
Autogenerated release major
1 parent f666e11 commit 5913263

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [3.0.0](https://github.com/julianneswinoga/tracex_parser/compare/2.4.4...3.0.0)
2+
3+
> 12 January 2025
4+
5+
- Drop 3.6 support (3.8 minimum), enable 3.11, 3.12, 3.13 support [`#4`](https://github.com/julianneswinoga/tracex_parser/pull/4)
6+
- Drop support for 3.6. 3.8 minimum now. Update dependencies, CI [`ca86b18`](https://github.com/julianneswinoga/tracex_parser/commit/ca86b18c85943007f722283cf2b830e11a539254)
7+
- Update `do_release.py` [`e2ed4eb`](https://github.com/julianneswinoga/tracex_parser/commit/e2ed4eb39f93f1b644b8553caa83717e0066654a)
8+
- Update `run_tests.sh` script [`a004556`](https://github.com/julianneswinoga/tracex_parser/commit/a004556ff32ef7950b0c38c9985ecc81509e5479)
9+
- Add pypistats link to `README.md`, fix broken docs link [`7bdbca3`](https://github.com/julianneswinoga/tracex_parser/commit/7bdbca3d98d16ceea03e0f4d7abab375d56a43cf)
10+
111
#### [2.4.4](https://github.com/julianneswinoga/tracex_parser/compare/2.4.3...2.4.4)
212

313
> 3 October 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.4.4"
7+
version = "3.0.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)