Skip to content

Commit fa7edc9

Browse files
chore: release 0.9.0
Automatically generated by python-semantic-release [skip ci]
1 parent 1e689e8 commit fa7edc9

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ 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.8.0...main)
8+
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.9.0...main)
9+
10+
## [0.9.0](https://github.com/afuetterer/python-re3data/compare/0.8.0...0.9.0) (2024-07-06)
11+
12+
### Features
13+
14+
- **cli:** add --outfile option for saving results to disk (#166) ([`1e689e8`](https://github.com/afuetterer/python-re3data/commit/1e689e850b6f5c117887eb1938b1a336422e5418))
15+
- **client:** add repository counting (#158) ([`c1cba53`](https://github.com/afuetterer/python-re3data/commit/c1cba53a408505c673de2aa8b4f6caddcb91cadd))
16+
17+
### Documentation
18+
19+
- **readme:** update key features in readme (#165) ([`2396cf5`](https://github.com/afuetterer/python-re3data/commit/2396cf59b1f2d62e917e9b335d8596aa4d3b38d6))
20+
- add features page (#157) ([`2348b01`](https://github.com/afuetterer/python-re3data/commit/2348b013ad16cacd8a85b72d9f6d488df1ab7f7e))
921

1022
## [0.8.0](https://github.com/afuetterer/python-re3data/compare/0.7.0...0.8.0) (2024-07-03)
1123

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.8.0
24-
date-released: 2024-07-03
23+
version: 0.9.0
24+
date-released: 2024-07-06

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.8.0"
5+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)