Add next minor version 9.2.0

This commit is contained in:
Alan Woodward 2022-05-16 14:38:20 +01:00
parent 62189b2e85
commit ac2267035a
2 changed files with 34 additions and 2 deletions

View File

@ -44,7 +44,6 @@ Optimizations
Bug Fixes
---------------------
(No changes)
Other
@ -64,6 +63,32 @@ Other
* LUCENE-10493: Factor out Viterbi algorithm in Kuromoji and Nori to analysis-common. (Tomoko Uchida)
======================== Lucene 9.3.0 =======================
API Changes
---------------------
(No changes)
New Features
---------------------
(No changes)
Improvements
---------------------
(No changes)
Optimizations
---------------------
(No changes)
Bug Fixes
---------------------
(No changes)
Other
---------------------
(No changes)
======================= Lucene 9.2.0 =======================
API Changes

View File

@ -41,10 +41,17 @@ public final class Version {
/**
* Match settings and bugs in Lucene's 9.1.0 release.
*
* @deprecated Use latest
* @deprecated (9.2.0) Use latest
*/
@Deprecated public static final Version LUCENE_9_1_0 = new Version(9, 1, 0);
/**
* Match settings and bugs in Lucene's 9.2.0 release.
*
* @deprecated (9.3.0) Use latest
*/
@Deprecated public static final Version LUCENE_9_2_0 = new Version(9, 2, 0);
/**
* Match settings and bugs in Lucene's 10.0.0 release.
*