Skip to content

Commit

Permalink
update: version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Aug 16, 2024
1 parent 6764f8c commit f754392
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.3.5] - 2024-08-16

+ Fix - Improve `spikeglx` loader in extracting neuropixels probe type from the meta file
+ Update - Explicit call to `probe.create_neuropixels_probe_types()` to create entries in ProbeType


## [0.3.4] - 2024-03-22

+ Add - pytest
Expand Down
2 changes: 1 addition & 1 deletion element_array_ephys/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package metadata."""

__version__ = "0.3.4"
__version__ = "0.3.5"

0 comments on commit f754392

Please sign in to comment.