Skip to content

Commit 8a0686a

Browse files
github-actions[bot]PaulHax
authored andcommitted
chore(main): release 0.6.0
1 parent d6dd5a1 commit 8a0686a

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.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.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/ITM-Kitware/align-browser/compare/v0.5.0...v0.6.0) (2025-07-22)
4+
5+
6+
### Features
7+
8+
* add user notification system for manifest version mismatch ([d7705d3](https://github.com/ITM-Kitware/align-browser/commit/d7705d3a746b0ffc8793324ceebc31e4760c7c8f)), closes [#29](https://github.com/ITM-Kitware/align-browser/issues/29)
9+
10+
11+
### Bug Fixes
12+
13+
* improve static asset copying to include all files automatically ([d6dd5a1](https://github.com/ITM-Kitware/align-browser/commit/d6dd5a1b4a04634ef7635c425a134bbcb0ac2118))
14+
* parse personal_safety KDMA names with underscores ([043d99b](https://github.com/ITM-Kitware/align-browser/commit/043d99b7ad2da8f70c21761470305521d0fbf906))
15+
* replace http.server with waitress to eliminate BrokenPipeError ([c859ea6](https://github.com/ITM-Kitware/align-browser/commit/c859ea61c0c92dc98bc6d84b45c4bfb566f35024))
16+
317
## [0.5.0](https://github.com/ITM-Kitware/align-browser/compare/v0.4.0...v0.5.0) (2025-07-22)
418

519

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.5.0"
3+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)