Skip to content

Commit 50f7777

Browse files
committed
Simplify changelog
1 parent 4fe7b48 commit 50f7777

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,23 @@
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
5+
## 0.1.2 - 2022-06-01
66

77
+ Bugfix - Remove is_activated schema assertion for NWB export
88

9-
## [0.1.1] - 2022-05-10
9+
## 0.1.1 - 2022-05-10
1010

1111
+ Add - SessionExperimenter table
1212
+ Add - SessionNote table
1313
+ Add - `session_with_id` module with session primary key as integer
1414
+ Update - Rename `session` module to `session_with_datetime`
1515
+ Update - Adopt black formatting into code base
1616

17-
## [0.1.0b0] - 2021-05-07
17+
## 0.1.0b0 - 2021-05-07
1818

1919
+ Update - First beta release
2020

21-
## [0.1.0a1] - 2021-05-03
21+
## 0.1.0a1 - 2021-05-03
2222

2323
+ Add - GitHub Action release process
2424
+ Add - `session` schema
25-
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
28-
[0.1.0b0]: https://github.com/datajoint/element-session/compare/0.1.0a1...0.1.0b0
29-
[0.1.0a1]: https://github.com/datajoint/element-session/releases/tag/0.1.0a1

0 commit comments

Comments
 (0)