File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 22
33Observes [ 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
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = "0.1.1 "
2+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments