Skip to content

Commit

Permalink
release version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Aug 14, 2024
1 parent 3f59eaa commit c1c4df0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.0] 2024-08-14

### Fixed
- Safer closing transport with abort, less RuntimeErrors https://github.com/sonic182/aiosonic/pull/483 (Thanks to @geraldog)


## [0.20.1] 2024-08-05

### Changed
Expand Down Expand Up @@ -283,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- https


[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.20.1..HEAD
[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.21.1..HEAD
[0.21.0]: https://github.com/sonic182/aiosonic/compare/0.20.1..0.21.0
[0.20.1]: https://github.com/sonic182/aiosonic/compare/0.20.0..0.20.1
[0.20.0]: https://github.com/sonic182/aiosonic/compare/0.19.0..0.20.0
[0.19.0]: https://github.com/sonic182/aiosonic/compare/0.18.1..0.19.0
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 = "aiosonic"
version = "0.20.1"
version = "0.21.0"
description = "Async http client"
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit c1c4df0

Please sign in to comment.