From 05aa138e7d63bacc86d21865af34bbc5e7232756 Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Tue, 8 Sep 2020 13:00:59 +0200 Subject: [PATCH 1/4] Update CHANGELOG for v0.7.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b62bc..46f36af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.7.1] - 2020-09-08 +### Added +- PUT method used to update metadata + +### Changed +- Replaced `flask-restplus` with `connexion` package for OpenAPI generation +- Refactored code based on OpenAPI specification +- Removed ending '/' in endpoints, e.g. '/catalog/' was changed to '/catalog'. +- Removed Bottle and Paste dependecies +- Removed docker compose file for production run + + ## [0.7.0] - 2020-06-12 ### Added - POST and DELETE methods From 77fb907ec49db303ce07f34fe08149b2cb24258b Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Tue, 8 Sep 2020 13:01:15 +0200 Subject: [PATCH 2/4] Update CITATION.cff for v0.7.1 --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 717be01..c175fc7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,10 +24,10 @@ authors: orcid: "https://orcid.org/0000-0002-1409-8358" cff-version: "1.0.3" -date-released: 2020-06-12 +date-released: 2020-09-08 doi: 10.5281/zenodo.1083951 license: Apache-2.0 message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/NLeSC/fairdatapoint" title: "FAIR Data Point" -version: '0.7.0' +version: '0.7.1' From 33975c64398dc9ad41f73d0e97576baf0f79df5c Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Tue, 8 Sep 2020 13:01:27 +0200 Subject: [PATCH 3/4] Update __version__.py to v0.7.1 --- fdp/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdp/__version__.py b/fdp/__version__.py index a71c5c7..f0788a8 100644 --- a/fdp/__version__.py +++ b/fdp/__version__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.7.1' From e1f5b828fa1ff81362c1001a4f401f9be4eb9272 Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Fri, 25 Sep 2020 15:16:09 +0200 Subject: [PATCH 4/4] update date for version 0.7.1 --- CHANGELOG.md | 2 +- CITATION.cff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f36af..f04c5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.7.1] - 2020-09-08 +## [0.7.1] - 2020-09-15 ### Added - PUT method used to update metadata diff --git a/CITATION.cff b/CITATION.cff index c175fc7..8b62e02 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: orcid: "https://orcid.org/0000-0002-1409-8358" cff-version: "1.0.3" -date-released: 2020-09-08 +date-released: 2020-09-15 doi: 10.5281/zenodo.1083951 license: Apache-2.0 message: "If you use this software, please cite it using these metadata."