Skip to content

Commit 4eccd07

Browse files
committed
Version bump
1 parent 88407e7 commit 4eccd07

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 0.1.5 2020-02-12
5+
### Added
6+
- Icelandic dictionary
7+
- Estonian dictionary
8+
- Latin dictionary
9+
- Norwegian (bokmål) dictionary
10+
411
## 0.1.4 2020-02-11
512
### Added
613
- French dictionary

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Easy words (~2000):
244244
- [x] Danish
245245
- [ ] US English and UK English independently
246246
- [x] Spanish
247-
- [ ] Estonian
247+
- [x] Estonian
248248
- [x] Finnish
249249
- [x] French
250250
- [ ] Irish Gaelic
@@ -253,13 +253,13 @@ Easy words (~2000):
253253
- [x] Hungarian
254254
- [ ] Interlingua
255255
- [x] Indonesian
256-
- [ ] Icelandic
256+
- [x] Icelandic
257257
- [x] Italian
258-
- [ ] Latin
258+
- [x] Latin
259259
- [ ] Mongolian
260260
- [x] Dutch (Nederlande)
261261
- [ ] Nynorsk (Norwegian)
262-
- [ ] Bokmål (Norwegian)
262+
- [x] Bokmål (Norwegian)
263263
- [x] Polish
264264
- [x] Portuguese
265265
- [x] Russian

lib/textstat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class TextStat
2-
VERSION = "0.1.4"
2+
VERSION = "0.1.5"
33
end

0 commit comments

Comments
 (0)