Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
kabilar committed Apr 25, 2023
commit 1392b24d81733c8b1aecc68aa32bbe65b2183daf
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
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.2.1 - Unreleased
## [0.2.1] - 2023-04-24

+ Add - Apply `black` formatting to codebase
+ Update - Move `recursive_search` function
+ Update - Revise Pytests/docker structure
+ Update - Add reference schema for supplemental tables
+ Add - Visualization notebook
+ Add - GitHub Actions workflows

## 0.2.0 - 2022-07-11

Expand All @@ -35,8 +36,4 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and

+ Add - Version

[0.2.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.2.1
[0.2.0]: https://github.com/datajoint/element-miniscope/releases/tag/0.2.0
[0.1.0]: https://github.com/datajoint/element-miniscope/releases/tag/0.1.0
[0.0.2]: https://github.com/datajoint/element-miniscope/releases/tag/0.0.2
[0.0.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.0.1
[0.2.1]: https://github.com/datajoint/workflow-miniscope/releases/tag/0.2.1
1 change: 0 additions & 1 deletion workflow_miniscope/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
"""Package metadata."""
# Also update in docker-compose.yaml
__version__ = "0.2.1"