Skip to content

Commit a76e83f

Browse files
committed
bump version and update CHANGELOG
1 parent fb6029b commit a76e83f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.6.2] - 2025-09-15
7+
8+
- Fix - Convert unsigned to signed in `organoid_preprocessing` for SI v.0.103+
9+
610
## [0.6.1] - 2025-06-04
711

812
- Fix - Use Spikeinterface official released versions

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.6.1"
3+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)