Skip to content

Commit

Permalink
Prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timwie committed Apr 10, 2024
1 parent 243b710 commit 1be2156
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- 'test/**.json.gz'
- 'poetry.lock'
- 'pyproject.toml'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

permissions:
contents: read
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

<br>

## Unreleased
## [0.13.0] – 2024-04-11
### Changed
* Relax `aiohttp` version requirement to `^3.9` (from `~3.9`)
* Relax `joblib` version requirement to `^1.3` (from `~1.3`)
Expand All @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* The string representation of a query without kwargs is now `"query{}"` instead of `"query <no kwargs>"`
* Log a message when a query is done
* Log the error more explicitly when a try fails
* Debug logging when matching Overpass error messages

<br>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aio-overpass"
version = "0.12.1"
version = "0.13.0"
description = "Async client for the Overpass API"
authors = ["Tim Wiechers <mail@timwie.dev>"]
license = "MIT"
Expand Down

0 comments on commit 1be2156

Please sign in to comment.