From b314edd7c89e02027f67478874e06af69c06faac Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 30 Dec 2016 17:33:11 -0500 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=92=8E=20v2.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- History.markdown | 3 ++- lib/classifier-reborn/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/History.markdown b/History.markdown index 9738e76..0dc3303 100644 --- a/History.markdown +++ b/History.markdown @@ -1,5 +1,6 @@ ## HEAD +## 2.0.5 / 2016-12-30 ### Major Enhancements * Stopwords get encoded to utf8 (#83) * Fix searching issues where no document is added to lsi (#77) @@ -10,7 +11,7 @@ * Fixed errors in README (#68, #79, #80) * Added an option to the bayesian classifier to disable word stemming (#61) * Added missing parens and renamed some variables (#59) - + ## 2.0.4 / 2015-10-31 ### Major Enhancements diff --git a/lib/classifier-reborn/version.rb b/lib/classifier-reborn/version.rb index b4d2ede..9c098cd 100644 --- a/lib/classifier-reborn/version.rb +++ b/lib/classifier-reborn/version.rb @@ -1,3 +1,3 @@ module ClassifierReborn - VERSION = '2.0.4' + VERSION = '2.0.5' end