From 986cc10c67bcc14a3a4648c2e6419f8766b5f768 Mon Sep 17 00:00:00 2001 From: yoshoku Date: Fri, 18 Jun 2021 00:28:20 +0900 Subject: [PATCH] :up: Bump up version number to 0.3.0 --- CHANGELOG.md | 8 ++++++++ lib/suika/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bed7fe3..0234479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.0 + +### Changes +- Add type declaration files. +- Refactor to avoid assigning null to variables. +- Fix some configuration files. + + ## 0.2.0 ### Breaking Change diff --git a/lib/suika/version.rb b/lib/suika/version.rb index fd1f54d..50c2511 100644 --- a/lib/suika/version.rb +++ b/lib/suika/version.rb @@ -3,5 +3,5 @@ # Suika is a Japanese morphological analyzer written in pure Ruby. module Suika # The version of Suika you are using. - VERSION = '0.2.0' + VERSION = '0.3.0' end