From 305850be3455c8f04267a96ed2686e8fb4524fa8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 22 Oct 2024 21:03:55 +0000 Subject: [PATCH] 0.33.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ aipipeline/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032a812..a4d7ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v0.33.0 (2024-10-22) + +### Documentation + +* docs: updated README with latest recipes ([`5eda62d`](https://github.com/mbari-org/aipipeline/commit/5eda62d665972ce3e8b2c29576659b2f0733d839)) + +### Features + +* feat: added vss remove e.g. j remove-vss uav --doc \'doc:boat:\*\' ([`06b02d9`](https://github.com/mbari-org/aipipeline/commit/06b02d9905269335d3e533b3065cdab19ff27eea)) + + ## v0.32.0 (2024-10-22) ### Features diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 0796dc6..6ff1324 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.32.0" +__version__ = "0.33.0"