Skip to content

Commit

Permalink
🆙 Bump up version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jun 17, 2021
1 parent 1f04cb0 commit 986cc10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/suika/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 986cc10

Please sign in to comment.