From 5002ff0097f0644fa5948bcd4da8f69322c11e45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:47:16 +0000 Subject: [PATCH] chore: release 0.2.0 Automatically generated by python-semantic-release [skip ci] --- CHANGELOG.md | 16 +++++++++++++++- CITATION.cff | 4 ++-- src/re3data/__about__.py | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbb841..c5b5eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. -## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.1.0...main) +## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.2.0...main) + +## [0.2.0](https://github.com/afuetterer/python-re3data/compare/0.1.0...0.2.0) (2024-05-23) + +### Features + +- set up client (#64) ([`62300bc`](https://github.com/afuetterer/python-re3data/commit/62300bcf2fa2dd7f1a4c8bbaf7b7ae6bab4e9e77)) + +### Documentation + +- **readme:** remove table of contents (#62) ([`8f224e8`](https://github.com/afuetterer/python-re3data/commit/8f224e8ec1819a2cbf74738af7b4e84d34d663bf)) +- **readme:** add status badge (#56) ([`cfc9f5a`](https://github.com/afuetterer/python-re3data/commit/cfc9f5a5d2b993690c5d4507603ca5bb7dac0f5e)) +- add api reference (#47) ([`9e455c4`](https://github.com/afuetterer/python-re3data/commit/9e455c490183109ca3fb7026e554ca53c7bcad12)) +- add changelog to docs (#43) ([`a167c46`](https://github.com/afuetterer/python-re3data/commit/a167c46b2b80cbefa2b7a6aee2bc0ccdbb0f6459)) +- **readme:** add pypi badges (#37) ([`f4b31a9`](https://github.com/afuetterer/python-re3data/commit/f4b31a92c2c2cc9db6c7ee484abf3e8ba6a02860)) ## 0.1.0 (2024-05-20) diff --git a/CITATION.cff b/CITATION.cff index 9c9d595..04b3862 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,5 +16,5 @@ keywords: - re3data - repositories - research data -version: 0.1.0 -date-released: 2024-05-20 +version: 0.2.0 +date-released: 2024-05-23 diff --git a/src/re3data/__about__.py b/src/re3data/__about__.py index 9ac3f16..fe31b57 100644 --- a/src/re3data/__about__.py +++ b/src/re3data/__about__.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: MIT -__version__ = "0.1.0" +__version__ = "0.2.0"