File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
55This 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.5.0...main )
8+ ## [ Unreleased] ( https://github.com/afuetterer/python-re3data/compare/0.6.0...main )
9+
10+ ## [ 0.6.0] ( https://github.com/afuetterer/python-re3data/compare/0.5.0...0.6.0 ) (2024-07-02)
11+
12+ ### Features
13+
14+ - add async client (#139 ) ([ ` b0c4a48 ` ] ( https://github.com/afuetterer/python-re3data/commit/b0c4a48b03bc42bec194f4b6c8aa4f1f54d75231 ) )
15+
16+ ### Documentation
17+
18+ - add installation guide (#129 ) ([ ` 0de3b5e ` ] ( https://github.com/afuetterer/python-re3data/commit/0de3b5e2f93bf162f3c94b1b3eb18cf522962725 ) )
19+ - enable permalinks for headings (#132 ) ([ ` 89d0a3d ` ] ( https://github.com/afuetterer/python-re3data/commit/89d0a3d2434db5eab1323843a25d6fcb1f903703 ) )
920
1021## [ 0.5.0] ( https://github.com/afuetterer/python-re3data/compare/0.4.0...0.5.0 ) (2024-06-05)
1122
Original file line number Diff line number Diff 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.5 .0
24- date-released : 2024-06-05
23+ version : 0.6 .0
24+ date-released : 2024-07-02
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- __version__ = "0.5 .0"
5+ __version__ = "0.6 .0"
You can’t perform that action at this time.
0 commit comments