Skip to content

Commit 36faff2

Browse files
chore: release 0.5.0
Automatically generated by python-semantic-release [skip ci]
1 parent 0d766d2 commit 36faff2

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,28 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See
66
[conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
77

8-
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.4.0...main)
8+
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.5.0...main)
9+
10+
## [0.5.0](https://github.com/afuetterer/python-re3data/compare/0.4.0...0.5.0) (2024-06-05)
11+
12+
### Breaking Changes
13+
14+
- set up resources (#109) ([`0d766d2`](https://github.com/afuetterer/python-re3data/commit/0d766d24f46d6ec9182ac89a743ed5fa88b6a274))
15+
16+
### Features
17+
18+
- **cli:** add print_error function to highlight errors in console (#123) ([`f242b10`](https://github.com/afuetterer/python-re3data/commit/f242b1050ab4d6c8b34874e10e170463a59cab10))
19+
- add cli parameters for return_type selection (#113) ([`15668bc`](https://github.com/afuetterer/python-re3data/commit/15668bc833cc147b4c30fc0a096526ef0be8cb46))
20+
- set up custom exceptions (#108) ([`a2fa099`](https://github.com/afuetterer/python-re3data/commit/a2fa099f41114ed50f8a9a64a7530cbe23d65a79))
21+
22+
### Code Refactoring
23+
24+
- **cli:** use rich.console instead of rich.print (#122) ([`a4efea0`](https://github.com/afuetterer/python-re3data/commit/a4efea0d222779642e440a6b486f17235856e721))
25+
- add is_eager argument to version_callback (#106) ([`eab6579`](https://github.com/afuetterer/python-re3data/commit/eab6579d3205e98b0bba4a70e3666008ade60795))
26+
27+
### Testing
28+
29+
- add respx mock route for /repository{id} endpoint (#114) ([`070bbf6`](https://github.com/afuetterer/python-re3data/commit/070bbf67f219a5deb04b3fbaf41ac0845553c76e))
930

1031
## [0.4.0](https://github.com/afuetterer/python-re3data/compare/0.3.0...0.4.0) (2024-05-28)
1132

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ identifiers:
2020
- description: This is the collection of archived snapshots of all versions of python-re3data
2121
type: doi
2222
value: 10.5281/zenodo.11264510
23-
version: 0.4.0
24-
date-released: 2024-05-28
23+
version: 0.5.0
24+
date-released: 2024-06-05

src/re3data/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)