Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion align_browser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Align Browser - Static web application for visualizing align-system experiment results."""

__version__ = "0.8.0"
__version__ = "0.8.1"