Skip to content

Commit

Permalink
Update CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Apr 9, 2024
1 parent 594587b commit df2c834
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.10.0] - 2024-04-09

+ Add - ROI mask creation widget
+ Update documentation for using the included widgets in the package

## [0.9.5] - 2024-03-22

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

[0.10.0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.10.0
[0.9.5]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.5
[0.9.4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.4
[0.9.3]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.3
[0.9.2]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.2
[0.9.1]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.1
Expand Down
2 changes: 1 addition & 1 deletion element_calcium_imaging/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package metadata."""

__version__ = "0.9.5"
__version__ = "0.10.0"

0 comments on commit df2c834

Please sign in to comment.