Skip to content

Commit

Permalink
Release version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Jan 26, 2021
1 parent aed1d49 commit b0cb7be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.3] 2021-01-26
### Added
- Re-insert connection in pool if HttpResponse object is collected by gc and connection hasn't been released

## [0.9.2] 2021-01-14
### Fixes
- Adding query params in request, when url has the query
Expand Down Expand Up @@ -148,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- https


[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.9.2..HEAD
[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.9.3..HEAD
[0.9.3]: https://github.com/sonic182/aiosonic/compare/0.9.2..0.9.3
[0.9.2]: https://github.com/sonic182/aiosonic/compare/0.9.1..0.9.2
[0.9.1]: https://github.com/sonic182/aiosonic/compare/0.9.0..0.9.1
[0.9.0]: https://github.com/sonic182/aiosonic/compare/0.8.1..0.9.0
Expand Down
2 changes: 1 addition & 1 deletion aiosonic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.9.2'
VERSION = '0.9.3'

0 comments on commit b0cb7be

Please sign in to comment.