-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Also add a changelog file.
- Loading branch information
Showing
4 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## 1.0.3 (April 4th, 2021) | ||
|
||
### Added | ||
* Support for characters. | ||
|
||
### Changed | ||
* HTTP2 enabled (async mode only). | ||
|
||
## 1.0.2 (March 8th, 2021) | ||
|
||
### Added | ||
* Support for mangas. | ||
|
||
### Changed | ||
* Some bug fixes. | ||
|
||
## 1.0.1 (March 8th, 2021) | ||
|
||
### Changed | ||
* Bug fixes. | ||
|
||
## 1.0.0 (March 8th, 2021) | ||
|
||
* First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
include CHANGELOG.md | ||
include LICENSE | ||
include README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
__author__ = "AmanoTeam" | ||
__email__ = "[email protected]" | ||
__license__ = "MIT" | ||
__version__ = "1.0.2" | ||
__version__ = "1.0.3" | ||
|
||
from . import types | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters