Skip to content

Commit

Permalink
chore: release 0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release [skip ci]
  • Loading branch information
github-actions[bot] committed Jul 6, 2024
1 parent 1e689e8 commit fa7edc9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ 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.8.0...main)
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.9.0...main)

## [0.9.0](https://github.com/afuetterer/python-re3data/compare/0.8.0...0.9.0) (2024-07-06)

### Features

- **cli:** add --outfile option for saving results to disk (#166) ([`1e689e8`](https://github.com/afuetterer/python-re3data/commit/1e689e850b6f5c117887eb1938b1a336422e5418))
- **client:** add repository counting (#158) ([`c1cba53`](https://github.com/afuetterer/python-re3data/commit/c1cba53a408505c673de2aa8b4f6caddcb91cadd))

### Documentation

- **readme:** update key features in readme (#165) ([`2396cf5`](https://github.com/afuetterer/python-re3data/commit/2396cf59b1f2d62e917e9b335d8596aa4d3b38d6))
- add features page (#157) ([`2348b01`](https://github.com/afuetterer/python-re3data/commit/2348b013ad16cacd8a85b72d9f6d488df1ab7f7e))

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

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
date-released: 2024-07-03
version: 0.9.0
date-released: 2024-07-06
2 changes: 1 addition & 1 deletion src/re3data/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# SPDX-License-Identifier: MIT

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit fa7edc9

Please sign in to comment.