From 969416011b6a234728dedfbf033043d80a4218ad Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Dec 2023 19:13:47 +0000 Subject: [PATCH] chore(release): 0.2.0 Automatically generated by semantic-release --- CHANGELOG.md | 30 +++++++++++------------------- bytetracker/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbe843..bf7a553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,23 @@ # CHANGELOG -## v0.1.0 (2023-12-19) - -### Feature - -* feat: add reset (#12) (#13) ([`8fb44a0`](https://github.com/artefactory-fr/bytetrack/commit/8fb44a0301e7c4ae2b6d66e7b1cd2f3dd260b144)) -* feat: reset in bytetracker (#11) ([`8dc3f98`](https://github.com/artefactory-fr/bytetrack/commit/8dc3f9860a834f8dbd3a87016fc26b7e3929dd59)) -### Fix +## v0.2.0 (2023-12-22) -* fix: black (#12) ([`97b0560`](https://github.com/artefactory-fr/bytetrack/commit/97b0560177c4b9c3f39c2d2699585e329da4e684)) - -### Unknown +### Feature -* Tp/add reset (#10) ([`074bb18`](https://github.com/artefactory-fr/bytetrack/commit/074bb18424f7670b0d26d945fa1fefc97faed041)) +* feat: allow python 3.11 (#17) ([`2515015`](https://github.com/artefactory-fr/bytetrack/commit/25150157967432f9986103aeb7ab03671653ffb1)) -## v0.0.3 (2023-11-24) +* feat: allow python 3.11 (#16) -### Fix +Co-authored-by: TomDarmon <36815861+TomDarmon@users.noreply.github.com> +Co-authored-by: github-actions <github-actions@github.com> ([`c9442e3`](https://github.com/artefactory-fr/bytetrack/commit/c9442e30811b5479520ad8695706d0da8ce09397)) -* fix: frame_id in update (#9) ([`ac36ee3`](https://github.com/artefactory-fr/bytetrack/commit/ac36ee302f78d2e77b028cd646e7de785d6105ca)) +* feat: allow python 3.11 (#14) -### Unknown - -* Hotfix/frame id in update (#8) ([`1aaeb78`](https://github.com/artefactory-fr/bytetrack/commit/1aaeb780420c84857b14597083afc8692b16962f)) +Co-authored-by: TomDarmon <36815861+TomDarmon@users.noreply.github.com> +Co-authored-by: github-actions <github-actions@github.com> ([`e8c77a0`](https://github.com/artefactory-fr/bytetrack/commit/e8c77a04138214022a3823637869f58851a5f8ef)) -* fix frame_id in update instead of_ ([`aafc3b7`](https://github.com/artefactory-fr/bytetrack/commit/aafc3b7d7be40534a6e88628302b9478991f533c)) ## v0.1.0 (2023-12-19) @@ -64,12 +55,13 @@ * fix: cython (#6) -Co-authored-by: TomDarmon <> ([`553d5c1`](https://github.com/artefactory-fr/bytetrack/commit/553d5c192b6d1414e30dcd5701ea95cd761205bb)) +Co-authored-by: TomDarmon <tom.darmon@artefact.com> ([`553d5c1`](https://github.com/artefactory-fr/bytetrack/commit/553d5c192b6d1414e30dcd5701ea95cd761205bb)) ### Unknown * Fix: cython release (#7) ([`d145ef6`](https://github.com/artefactory-fr/bytetrack/commit/d145ef6511c63b9b6fc6e0c6073249320e0d5861)) + ## v0.0.1 (2023-11-13) ### Fix diff --git a/bytetracker/__init__.py b/bytetracker/__init__.py index 46ab09f..a77b7ba 100644 --- a/bytetracker/__init__.py +++ b/bytetracker/__init__.py @@ -1,3 +1,3 @@ from bytetracker.byte_tracker import BYTETracker # noqa: F401 -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 94cd642..dac8915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "bytetracker" authors = ["TomDarmon "] description = "Maintained fork of bytetrack-pip" -version = "0.1.0" +version = "0.2.0" readme = "README.md"