Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kupolak committed Feb 12, 2020
1 parent 88407e7 commit 4eccd07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.1.5 2020-02-12
### Added
- Icelandic dictionary
- Estonian dictionary
- Latin dictionary
- Norwegian (bokmål) dictionary

## 0.1.4 2020-02-11
### Added
- French dictionary
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Easy words (~2000):
- [x] Danish
- [ ] US English and UK English independently
- [x] Spanish
- [ ] Estonian
- [x] Estonian
- [x] Finnish
- [x] French
- [ ] Irish Gaelic
Expand All @@ -253,13 +253,13 @@ Easy words (~2000):
- [x] Hungarian
- [ ] Interlingua
- [x] Indonesian
- [ ] Icelandic
- [x] Icelandic
- [x] Italian
- [ ] Latin
- [x] Latin
- [ ] Mongolian
- [x] Dutch (Nederlande)
- [ ] Nynorsk (Norwegian)
- [ ] Bokmål (Norwegian)
- [x] Bokmål (Norwegian)
- [x] Polish
- [x] Portuguese
- [x] Russian
Expand Down
2 changes: 1 addition & 1 deletion lib/textstat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class TextStat
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit 4eccd07

Please sign in to comment.