Skip to content

Commit 2abd152

Browse files
github-actions[bot]PaulHax
authored andcommitted
chore(main): release 0.2.1
1 parent 1e50a6d commit 2abd152

3 files changed

Lines changed: 9 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.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/PaulHax/align-browser/compare/v0.2.0...v0.2.1) (2025-07-11)
4+
5+
6+
### Bug Fixes
7+
8+
* remove verbose build output and update docs ([1e50a6d](https://github.com/PaulHax/align-browser/commit/1e50a6dbce67f949ac13eb71591012fbbd3cfd93))
9+
310
## [0.2.0](https://github.com/PaulHax/align-browser/compare/v0.1.0...v0.2.0) (2025-07-10)
411

512

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.2.0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)