Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Aug 23, 2019
1 parent 5b7568d commit 5a77d1d
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.3.1] 2019-08-23
### Fixed
- Fix windows compatibility

## [0.3.0] 2019-08-23
### Added
- Smart decoding for HttpResponse.text coroutine method thanks to chardet package (first dependency added)
Expand Down Expand Up @@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- https


[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.3.0..HEAD
[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.3.1..HEAD
[0.3.1]: https://github.com/sonic182/aiosonic/compare/0.3.0..0.3.1
[0.3.0]: https://github.com/sonic182/aiosonic/compare/0.2.1..0.3.0
[0.2.1]: https://github.com/sonic182/aiosonic/compare/0.1.0..0.2.1
[0.2.0]: https://github.com/sonic182/aiosonic/compare/0.1.0..0.2.0
Expand Down
2 changes: 1 addition & 1 deletion aiosonic/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

VERSION = '0.3.0'
VERSION = '0.3.1'

0 comments on commit 5a77d1d

Please sign in to comment.