From 39b324cc22f6a42ae7c1b5e5942b4feda7c7afc0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 28 Aug 2024 01:06:48 +0000 Subject: [PATCH] 0.3.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ aipipeline/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c8837..415cce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v0.3.1 (2024-08-28) + +### Fix + +* fix: correct uav imports after refactoring munged and merged aidata config ([`9a8bf29`](https://github.com/mbari-org/aipipeline/commit/9a8bf29118684a47ab3982cdea2c0f9874eeb5fd)) + +* fix: added new uav missions and fixed mission parse for loading images ([`940ed36`](https://github.com/mbari-org/aipipeline/commit/940ed3641bc53663622d584005ba320eb750c34a)) + +* fix: correct config ath ([`1c53abb`](https://github.com/mbari-org/aipipeline/commit/1c53abbfc2e36b7ff04ceb707df93d29d50c55fe)) + ## v0.3.0 (2024-08-27) ### Feature diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index abd7597..0001b43 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.3.0" +__version__ = "0.3.1"