Skip to content

Commit df2c834

Browse files
committed
Update CHANGELOG and version
1 parent 594587b commit df2c834

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.10.0] - 2024-04-09
7+
8+
+ Add - ROI mask creation widget
9+
+ Update documentation for using the included widgets in the package
10+
611
## [0.9.5] - 2024-03-22
712

813
+ Add - pytest
@@ -209,6 +214,9 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
209214
+ Add - `scan` and `imaging` modules
210215
+ Add - Readers for `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`
211216

217+
[0.10.0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.10.0
218+
[0.9.5]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.5
219+
[0.9.4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.4
212220
[0.9.3]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.3
213221
[0.9.2]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.2
214222
[0.9.1]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.1

element_calcium_imaging/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.9.5"
3+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)