Skip to content

Commit a5dba9a

Browse files
committed
chore(release): 💎 2.3.0
1 parent 1ffa4f5 commit a5dba9a

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

History.markdown

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
## HEAD
1+
## 2.3.0
22

33
## Major Enhancements
44
* Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162))
55

66
### Minor Enhancements
77
* Improved handling of Zero division and Zero vector normalization. ([#173](https://github.com/jekyll/classifier-reborn/pull/173))
88

9+
### Development Fixes
10+
* remove deprecated has_rdoc in gemspec
11+
* auto-gen-config for Rubocop
12+
* auto-correct offenses
13+
914
## 2.2.0 / 2017-12-14
1015

1116
* JRuby Support, thanks to [@mach-kernel](https://github.com/mach-kernel) ([#168](https://github.com/jekyll/classifier-reborn/pull/168))
@@ -35,17 +40,17 @@
3540
* README file cleaned up to point to the documentation site ([#121](https://github.com/jekyll/classifier-reborn/pull/121))
3641
* Added and corrected RDoc for ceratin classes and methods ([#122](https://github.com/jekyll/classifier-reborn/pull/122))
3742
* Added favicon link and forced display ([#120](https://github.com/jekyll/classifier-reborn/pull/120))
38-
* Updated the truncated LICENSE file ([#116](https://github.com/jekyll/classifier-reborn/pull/116))
39-
* Docs visual improvement and refactoring ([#119](https://github.com/jekyll/classifier-reborn/pull/119))
40-
* Fixed relative URL issue on nav links and added benchmark data ([#118](https://github.com/jekyll/classifier-reborn/pull/118))
41-
* Added custom layout with navigation ([#117](https://github.com/jekyll/classifier-reborn/pull/117))
42-
* Created a static site for documentation ([#115](https://github.com/jekyll/classifier-reborn/pull/115))
43-
* Removed redis gem from Dockerfile as it is added in gemspec ([#113](https://github.com/jekyll/classifier-reborn/pull/113))
44-
* Speed up Docker image rebilding ([#112](https://github.com/jekyll/classifier-reborn/pull/112))
43+
* Updated the truncated LICENSE file ([#116](https://github.com/jekyll/classifier-reborn/pull/116))
44+
* Docs visual improvement and refactoring ([#119](https://github.com/jekyll/classifier-reborn/pull/119))
45+
* Fixed relative URL issue on nav links and added benchmark data ([#118](https://github.com/jekyll/classifier-reborn/pull/118))
46+
* Added custom layout with navigation ([#117](https://github.com/jekyll/classifier-reborn/pull/117))
47+
* Created a static site for documentation ([#115](https://github.com/jekyll/classifier-reborn/pull/115))
48+
* Removed redis gem from Dockerfile as it is added in gemspec ([#113](https://github.com/jekyll/classifier-reborn/pull/113))
49+
* Speed up Docker image rebilding ([#112](https://github.com/jekyll/classifier-reborn/pull/112))
4550
* Improved Docker based development documentation ([#106](https://github.com/jekyll/classifier-reborn/pull/106))
4651
* Benchmark refactoring, improving efficiency, enhanced reporting ([#107](https://github.com/jekyll/classifier-reborn/pull/107))
4752
* Add Vietnamese stopwords ([#110](https://github.com/jekyll/classifier-reborn/pull/110))
48-
* Added stop words for Arabic, Bengali, Chinese, Hindi, and Russian ([#105](https://github.com/jekyll/classifier-reborn/pull/105))
53+
* Added stop words for Arabic, Bengali, Chinese, Hindi, and Russian ([#105](https://github.com/jekyll/classifier-reborn/pull/105))
4954
* Dockerfile and documentation ([#104](https://github.com/jekyll/classifier-reborn/pull/104))
5055
* Remove hard dep on Redis and update bin ([#96](https://github.com/jekyll/classifier-reborn/pull/96))
5156
* Documented Redis backend performance ([#103](https://github.com/jekyll/classifier-reborn/pull/103))

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.2.0'.freeze
2+
VERSION = '2.3.0'.freeze
33
end

0 commit comments

Comments
 (0)