From d259f0e39b17f6fd12595a943ba52543de102512 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:52:39 +0000 Subject: [PATCH] chore: release 0.4.0 Automatically generated by python-semantic-release [skip ci] --- CHANGELOG.md | 18 +++++++++++++++++- CITATION.cff | 4 ++-- src/re3data/__about__.py | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156c597..d79c959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,23 @@ 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.3.0...main) +## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.4.0...main) + +## [0.4.0](https://github.com/afuetterer/python-re3data/compare/0.3.0...0.4.0) (2024-05-28) + +### Features + +- set up dockerfile (#87) ([`75d85b5`](https://github.com/afuetterer/python-re3data/commit/75d85b5ef08b6ffbda6baddd87da005d1f0481d7)) + +### Code Refactoring + +- **client:** move guard clause to top of _request method (#78) ([`f3eef8b`](https://github.com/afuetterer/python-re3data/commit/f3eef8b7b4316c45a56481e68e1683855c116e35)) + +### Documentation + +- add extra css for prompt (#85) ([`16545d7`](https://github.com/afuetterer/python-re3data/commit/16545d74fc7a308a2cb9144465a50b771fabb5a5)) +- add outdated message (#84) ([`7218b47`](https://github.com/afuetterer/python-re3data/commit/7218b47a027d2cc6b043417a59dca7ee458b0fa2)) +- add reference level in navigation (#80) ([`6a41547`](https://github.com/afuetterer/python-re3data/commit/6a415478032210e960d6f7ec7a8c8e840ffb84cf)) ## [0.3.0](https://github.com/afuetterer/python-re3data/compare/0.2.0...0.3.0) (2024-05-26) diff --git a/CITATION.cff b/CITATION.cff index dafef93..870bab3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,5 +20,5 @@ identifiers: - description: This is the collection of archived snapshots of all versions of python-re3data type: doi value: 10.5281/zenodo.11264510 -version: 0.3.0 -date-released: 2024-05-26 +version: 0.4.0 +date-released: 2024-05-28 diff --git a/src/re3data/__about__.py b/src/re3data/__about__.py index b362a18..066f80b 100644 --- a/src/re3data/__about__.py +++ b/src/re3data/__about__.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: MIT -__version__ = "0.3.0" +__version__ = "0.4.0"