Skip to content

Commit cea352e

Browse files
Bump version to 0.3.2
1 parent 19e4281 commit cea352e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.2] - 2026-02-12
8+
### Fixed
9+
- Updated `spine` dependency to v0.10.2+ (includes update allowing to display attributes on truth but not reco)
10+
- Ensure the overall proposed attribute set includes both reco and truth attributes
11+
- Strip file names from white space on the edges to prevent loading issues
12+
713
## [0.3.1] - 2026-02-12
814
### Changed
915
- Updated dependency from `spine-ml` to `spine` (now at v0.10.1+)

src/spinal_tap/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Module which stores the current software version."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)