Skip to content

Commit 5002ff0

Browse files
chore: release 0.2.0
Automatically generated by python-semantic-release [skip ci]
1 parent 62300bc commit 5002ff0

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ 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.1.0...main)
8+
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.2.0...main)
9+
10+
## [0.2.0](https://github.com/afuetterer/python-re3data/compare/0.1.0...0.2.0) (2024-05-23)
11+
12+
### Features
13+
14+
- set up client (#64) ([`62300bc`](https://github.com/afuetterer/python-re3data/commit/62300bcf2fa2dd7f1a4c8bbaf7b7ae6bab4e9e77))
15+
16+
### Documentation
17+
18+
- **readme:** remove table of contents (#62) ([`8f224e8`](https://github.com/afuetterer/python-re3data/commit/8f224e8ec1819a2cbf74738af7b4e84d34d663bf))
19+
- **readme:** add status badge (#56) ([`cfc9f5a`](https://github.com/afuetterer/python-re3data/commit/cfc9f5a5d2b993690c5d4507603ca5bb7dac0f5e))
20+
- add api reference (#47) ([`9e455c4`](https://github.com/afuetterer/python-re3data/commit/9e455c490183109ca3fb7026e554ca53c7bcad12))
21+
- add changelog to docs (#43) ([`a167c46`](https://github.com/afuetterer/python-re3data/commit/a167c46b2b80cbefa2b7a6aee2bc0ccdbb0f6459))
22+
- **readme:** add pypi badges (#37) ([`f4b31a9`](https://github.com/afuetterer/python-re3data/commit/f4b31a92c2c2cc9db6c7ee484abf3e8ba6a02860))
923

1024
## 0.1.0 (2024-05-20)
1125

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ keywords:
1616
- re3data
1717
- repositories
1818
- research data
19-
version: 0.1.0
20-
date-released: 2024-05-20
19+
version: 0.2.0
20+
date-released: 2024-05-23

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.1.0"
5+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)