From d77b3ddf56365cd4a9924a77928aa5a2a0713e1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:54:29 +0000 Subject: [PATCH] chore(main): release 0.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ align_browser/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6538ca9..2b28d6e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2568adf..1c82fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.1](https://github.com/ITM-Kitware/align-browser/compare/v0.8.0...v0.8.1) (2025-10-02) + + +### Bug Fixes + +* **experiment_models:** support init in scene_id ([2c6d444](https://github.com/ITM-Kitware/align-browser/commit/2c6d44488e148fea181c2a9ee0a697d23a111d37)) +* increase wait_for_new_experiment_result timeout for CI stability ([350b4ce](https://github.com/ITM-Kitware/align-browser/commit/350b4ce1147bbc5ed5ca6497b13fe330e5ee0ee6)) +* resolve CI test failures by removing race conditions ([2041241](https://github.com/ITM-Kitware/align-browser/commit/2041241101aafd9b13620d0ef1667c9830b04f67)) + ## [0.8.0](https://github.com/ITM-Kitware/align-browser/compare/v0.7.0...v0.8.0) (2025-08-27) diff --git a/align_browser/__init__.py b/align_browser/__init__.py index dd15f56..28830b9 100644 --- a/align_browser/__init__.py +++ b/align_browser/__init__.py @@ -1,3 +1,3 @@ """Align Browser - Static web application for visualizing align-system experiment results.""" -__version__ = "0.8.0" +__version__ = "0.8.1"