We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b73ed commit 4e80749Copy full SHA for 4e80749
History.markdown
@@ -1,8 +1,10 @@
1
## HEAD
2
+
3
+## 2.1.0 / 2017-01-01
4
### Major Enhancements
5
* Fix breaking changes in LSI api. Displays errors instead of raising where possible. #87
6
-## 2.0.5 / 2016-12-30
7
+## 2.0.5 / 2016-12-30 - yanled and no longer available
8
9
* Stopwords get encoded to utf8 (#83)
10
* Fix searching issues where no document is added to lsi (#77)
lib/classifier-reborn/version.rb
@@ -1,3 +1,3 @@
module ClassifierReborn
- VERSION = '2.0.5'
+ VERSION = '2.1.0'
end
0 commit comments