Skip to content

Commit 1690ad6

Browse files
chore: release 0.3.0
Automatically generated by python-semantic-release [skip ci]
1 parent 44987e6 commit 1690ad6

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@ 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.2.0...main)
8+
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.3.0...main)
9+
10+
## [0.3.0](https://github.com/afuetterer/python-re3data/compare/0.2.0...0.3.0) (2024-05-26)
11+
12+
### Features
13+
14+
- **cli:** set up repository list and get commands (#76) ([`44987e6`](https://github.com/afuetterer/python-re3data/commit/44987e6ba20f51181dbea2c2d3794a3a96ddf6a5))
15+
16+
### Testing
17+
18+
- add respx mock route for /repositories endpoint (#75) ([`59f7d58`](https://github.com/afuetterer/python-re3data/commit/59f7d58e65d91575c571e6bbea51957900424fdc))
19+
- set up zenodo_id fixture for re-use (#72) ([`e926c07`](https://github.com/afuetterer/python-re3data/commit/e926c07419f2720d7d3f9c97f01285e52a52863e))
20+
21+
### Documentation
22+
23+
- add doi to citation.cff and badge to readme (#66) ([`2fde7ee`](https://github.com/afuetterer/python-re3data/commit/2fde7ee3e2afa7c1dbbd44bf26c8e918d6e79396))
924

1025
## [0.2.0](https://github.com/afuetterer/python-re3data/compare/0.1.0...0.2.0) (2024-05-23)
1126

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.2.0
24-
date-released: 2024-05-23
23+
version: 0.3.0
24+
date-released: 2024-05-26

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.2.0"
5+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)