Skip to content

Commit b314edd

Browse files
committed
Release 💎 v2.0.5
1 parent f775e07 commit b314edd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

History.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## HEAD
22

3+
## 2.0.5 / 2016-12-30
34
### Major Enhancements
45
* Stopwords get encoded to utf8 (#83)
56
* Fix searching issues where no document is added to lsi (#77)
@@ -10,7 +11,7 @@
1011
* Fixed errors in README (#68, #79, #80)
1112
* Added an option to the bayesian classifier to disable word stemming (#61)
1213
* Added missing parens and renamed some variables (#59)
13-
14+
1415
## 2.0.4 / 2015-10-31
1516

1617
### Major Enhancements

lib/classifier-reborn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClassifierReborn
2-
VERSION = '2.0.4'
2+
VERSION = '2.0.5'
33
end

0 commit comments

Comments
 (0)