Skip to content

Commit d0eeaaf

Browse files
Bump version to 0.3.1
1 parent 13ff084 commit d0eeaaf

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.1] - 2026-02-12
8+
### Changed
9+
- Updated dependency from `spine-ml` to `spine` (now at v0.10.1+)
10+
- Enhanced geometry handling to automatically load geometry configuration from data files
11+
12+
### Fixed
13+
- Prevent displaying stale geometry from previous entries when no geometry is specified
14+
15+
### Added
16+
- Type hints for `initialize_reader` and `load_data` functions in utils module
17+
718
## [0.3.0] - 2026-01-20
819
### Changed
920
- **Breaking**: Update to support SPINE v0.8.0+ geometry system

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.0"
3+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)