Skip to content

Commit 93c3208

Browse files
committed
Update CHANGELOG and version
1 parent f8275dd commit 93c3208

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0] - 2024-01-17
7+
8+
+ Add - devcontainer configuration
9+
+ Add - tutorial notebook for Codespaces
10+
+ Update - `setup.py`
11+
+ Update - GitHub Actions do not release to PyPI
12+
+ Update - drawio diagrams
13+
614
## [0.1.3] - 2023-05-12
715

816
+ Fix - Docs
@@ -20,6 +28,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2028

2129
+ Add - Table structure and basic docs (changelog, contribution guidelines, etc.)
2230

31+
[0.2.0]: https://github.com/datajoint/element-optogenetics/releases/tag/0.2.0
2332
[0.1.3]: https://github.com/datajoint/element-optogenetics/releases/tag/0.1.3
2433
[0.1.2]: https://github.com/datajoint/element-optogenetics/releases/tag/0.1.2
2534
[0.1.1]: https://github.com/datajoint/element-optogenetics/releases/tag/0.1.1

element_optogenetics/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.3"
2+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)