Skip to content

Commit 8b4f4fa

Browse files
committed
Updated CHANGELOG and version
1 parent dc52a6e commit 8b4f4fa

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
@@ -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.2.1] - 2022-11-1
7+
8+
+ Add - mkdocs for Element Documentation
9+
610
## [0.2.0] - 2022-10-28
711

812
+ Add - New schema `ephys_report` to compute and store figures from results
@@ -54,6 +58,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5458
+ Add - Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
5559
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
5660

61+
[0.2.1]: https://github.com/datajoint/element-array-ephys/compare/0.2.0...0.2.1
5762
[0.2.0]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0
5863
[0.1.4]: https://github.com/datajoint/element-array-ephys/compare/0.1.3...0.1.4
5964
[0.1.3]: https://github.com/datajoint/element-array-ephys/compare/0.1.2...0.1.3

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.6'
2+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)