From cadfd99f9a6f1c2b900f71a279faa5faff179743 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Jun 2022 13:08:26 +0000 Subject: [PATCH] 1.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ hebikani/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ae0c7..35c7e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.2.0 (2022-06-01) +### Feature +* Vertical histogram to display next reviews ([#11](https://github.com/ajite/hebikani/issues/11)) ([`67fc8a8`](https://github.com/ajite/hebikani/commit/67fc8a846ab34ec478c7937a69d8401720839792)) + ## v1.1.0 (2022-05-31) ### Feature * Hard mode requires correct kana ([#9](https://github.com/ajite/hebikani/issues/9)) ([`3b0b834`](https://github.com/ajite/hebikani/commit/3b0b8347d8d1ef1d9dd6636b61a295d560b1dae1)) diff --git a/hebikani/__init__.py b/hebikani/__init__.py index 6849410..c68196d 100644 --- a/hebikani/__init__.py +++ b/hebikani/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0" diff --git a/pyproject.toml b/pyproject.toml index 066e9cb..92b8d69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hebikani" -version = "1.1.0" +version = "1.2.0" description = "WaniKani command line interface" authors = ["Augustin "] readme = "README.rst"