From ba09145396f82463c8e2788447c5a65cb8934aa7 Mon Sep 17 00:00:00 2001 From: mbhatia Date: Mon, 18 Oct 2021 13:29:08 -0700 Subject: [PATCH] 1.2.0 version release updates --- CHANGELOG.md | 5 +++++ CONTRIBUTING.md | 2 +- README.md | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8c0d8..6299473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.2.0 - 2021-10-18 +### Added +- Support for Java 11 +- Significant improvement in memory footprint + ## 1.1.0 - 2021-10-18 ### Added - Support for chaining multiple Tokenizers using `chainTokenizers` function diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f5738c..cb93e9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Readme.md file gives a good overview of the architecture. Make sure to review th ## Building the Library ### Prerequisite -You need Java SDK v1.8 or higher. Before you begin, you should check your current Java installation by using the following command: +You need Java JDK 11 or higher. Before you begin, you should check your current Java installation by using the following command: ``` java -version ``` fuzzy-match is compatible with Apache Maven 4.0 or above. If you do not already have Maven installed, you can follow the instructions at maven.apache.org. diff --git a/README.md b/README.md index 3401010..520fb50 100644 --- a/README.md +++ b/README.md @@ -207,9 +207,10 @@ The library is published to maven central com.intuit.fuzzymatcher fuzzy-matcher - 1.1.0 + 1.2.0 ``` +(Note: This requires java 11. For java 8 use version 1.1.x) ### Input This library takes a collection of _Document_ objects with various _Elements_ as input.