From fe7049a8acffdc2d433cde99328132ff92f4c54a Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Sun, 16 Jan 2022 18:32:37 -0600 Subject: [PATCH 1/3] Add Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..bd7bfd57 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +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.1.0a2] - 2021-04-12 +### Updated ++ Updated tests \ No newline at end of file From 4d3c6ba8d980202b619be6f78da640714e311156 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Sun, 16 Jan 2022 23:50:16 -0600 Subject: [PATCH 2/3] Add original version --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7bfd57..81ba26b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,9 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and ## [0.1.0a2] - 2021-04-12 ### Updated -+ Updated tests \ No newline at end of file ++ Updated tests ++ Changed version to reflect release phase + +## [0.1.1] - 2021-03-26 +### Added ++ Added version \ No newline at end of file From 7b90609c6a1cda62bd3581a6f6ee384c41057778 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Mon, 24 Jan 2022 16:59:03 -0600 Subject: [PATCH 3/3] Add versions `0.1.0a3` and `0.1.0a4` --- CHANGELOG.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ba26b1..2529e30c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,25 @@ # Changelog -Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. +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.1.0a2] - 2021-04-12 +## 0.1.0a4 - 2022-01-21 +### Added ++ Created Docker and Compose files for active development. + +## 0.1.0a3 - 2022-01-18 +### Updated ++ Updated notebooks ++ Moved instructions to [datajoint-elements/install.md]( + https://github.com/datajoint/datajoint-elements/blob/main/install.md). ++ Updated Docker and Compose files for new base image and added options to install +specific forks for tests. + +## 0.1.0a2 - 2021-04-12 ### Updated + Updated tests -+ Changed version to reflect release phase ++ Changed version to reflect release phase. -## [0.1.1] - 2021-03-26 +## 0.1.1 - 2021-03-26 ### Added + Added version \ No newline at end of file