Skip to content

Commit 59b22d1

Browse files
github-actions[bot]PaulHax
authored andcommitted
chore(main): release 0.7.0
1 parent 545ff39 commit 59b22d1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/ITM-Kitware/align-browser/compare/v0.6.0...v0.7.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* add expandable choice info display to UI ([754f6a0](https://github.com/ITM-Kitware/align-browser/commit/754f6a0550881cd1508b35556dd6f23f015241b8))
9+
* support direct experiment directory paths in CLI ([d5762c1](https://github.com/ITM-Kitware/align-browser/commit/d5762c11f50f35302eb3eaddc808965d061a30e8))
10+
311
## [0.6.0](https://github.com/ITM-Kitware/align-browser/compare/v0.5.0...v0.6.0) (2025-07-22)
412

513

align_browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Align Browser - Static web application for visualizing align-system experiment results."""
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)