Skip to content

Commit 6e3d895

Browse files
authored
Merge pull request #21 from kabilar/main
Update version and changelog for PR#20
2 parents ef4702a + 36c5050 commit 6e3d895

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.1.2] - 2022-06-01
6+
7+
+ Bugfix - Remove is_activated schema assertion for NWB export
8+
59
## [0.1.1] - 2022-05-10
6-
### Added
7-
+ SessionExperimenter
8-
+ SessionNote
9-
+ Added `session_with_id` module with session primary key as integer
10-
+ Renamed `session` module to `session_with_datetime`
11-
+ Adopted black formatting into code base
1210

11+
+ Add - SessionExperimenter table
12+
+ Add - SessionNote table
13+
+ Add - `session_with_id` module with session primary key as integer
14+
+ Update - Rename `session` module to `session_with_datetime`
15+
+ Update - Adopt black formatting into code base
1316

1417
## [0.1.0b0] - 2021-05-07
15-
### Added
16-
+ First beta release
1718

19+
+ Update - First beta release
1820

1921
## [0.1.0a1] - 2021-05-03
20-
### Added
21-
+ Added GitHub Action release process
22-
+ Added `session` schema
2322

23+
+ Add - GitHub Action release process
24+
+ Add - `session` schema
2425

26+
[0.1.2]: https://github.com/datajoint/element-session/compare/0.1.1...0.1.2
27+
[0.1.1]: https://github.com/datajoint/element-session/compare/0.1.0b0...0.1.1
2528
[0.1.0b0]: https://github.com/datajoint/element-session/compare/0.1.0a1...0.1.0b0
2629
[0.1.0a1]: https://github.com/datajoint/element-session/releases/tag/0.1.0a1

element_session/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.1"
2+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)