Skip to content

Commit bae08ad

Browse files
author
Thinh Nguyen
committed
update changelog - bump version to 0.1.0a3
1 parent d124407 commit bae08ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.1.0a3] - 2021-04-23
6+
### Added
7+
+ Improve GitHub Action release process
8+
59
## [0.1.0a2] - 2021-04-16
610
### Added
711
+ `probe` and `ephys` elements
812
+ Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
913
+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
1014

1115

16+
[0.1.0a3]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a2...0.1.0a3
1217
[0.1.0a2]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a2

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = '0.1.0a2'
2+
__version__ = '0.1.0a3'

0 commit comments

Comments
 (0)