From 813b9a63a877f57fcef571e11a14da309094bb50 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 19 Jun 2022 12:41:17 -0500 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=92=8E=20v2.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- History.markdown | 5 ++--- lib/classifier-reborn/version.rb | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/History.markdown b/History.markdown index f9fe6d2..72b4b42 100644 --- a/History.markdown +++ b/History.markdown @@ -1,9 +1,8 @@ -## HEAD - - * Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162)) +## 2.3.0 / 2022-06-19 ### Minor Enhancements + * Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162)) * Improved handling of Zero division and Zero vector normalization. ([#173](https://github.com/jekyll/classifier-reborn/pull/173)) * Support Numo Gem for performing SVD (#198) diff --git a/lib/classifier-reborn/version.rb b/lib/classifier-reborn/version.rb index cc89b67..65b438d 100644 --- a/lib/classifier-reborn/version.rb +++ b/lib/classifier-reborn/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ClassifierReborn - VERSION = '2.2.0' + VERSION = '2.3.0' end