Skip to content

Commit 33cc4f7

Browse files
chore: release 0.7.0
Automatically generated by python-semantic-release [skip ci]
1 parent 713d4d1 commit 33cc4f7

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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.6.0...main)
8+
## [Unreleased](https://github.com/afuetterer/python-re3data/compare/0.7.0...main)
9+
10+
## [0.7.0](https://github.com/afuetterer/python-re3data/compare/0.6.0...0.7.0) (2024-07-03)
11+
12+
### Features
13+
14+
- add repository filtering based on query string (#152) ([`713d4d1`](https://github.com/afuetterer/python-re3data/commit/713d4d1cd581426a95fd8d6a84f5fa4f4fff1564))
915

1016
## [0.6.0](https://github.com/afuetterer/python-re3data/compare/0.5.0...0.6.0) (2024-07-02)
1117

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.6.0
24-
date-released: 2024-07-02
23+
version: 0.7.0
24+
date-released: 2024-07-03

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.6.0"
5+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)