diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0a4a0..c484566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.4.0 (2022-06-17) +### Feature +* Prevent sending empty answer and handle ctrl + c in reading ([#29](https://github.com/ajite/hebikani/issues/29)) ([`732b5c2`](https://github.com/ajite/hebikani/commit/732b5c2619da0b6a6942a857158a1875d1f756d8)) + ## v1.3.3 (2022-06-17) ### Fix * **deps:** Bump colorama from 0.4.4 to 0.4.5 ([#28](https://github.com/ajite/hebikani/issues/28)) ([`0836148`](https://github.com/ajite/hebikani/commit/083614899a15cf2ad0a1299502abd7f0db325f76)) diff --git a/hebikani/__init__.py b/hebikani/__init__.py index 7b1e312..3e8d9f9 100644 --- a/hebikani/__init__.py +++ b/hebikani/__init__.py @@ -1 +1 @@ -__version__ = "1.3.3" +__version__ = "1.4.0" diff --git a/pyproject.toml b/pyproject.toml index 4f1af6b..76ec009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hebikani" -version = "1.3.3" +version = "1.4.0" description = "WaniKani command line interface" authors = ["Augustin "] readme = "README.rst"