Add next minor version 10.2.0

This commit is contained in:
Luca Cavanna 2024-12-14 17:21:06 +01:00
parent a1cbdbb0ab
commit d77f9c2568
2 changed files with 33 additions and 0 deletions

View File

@ -31,6 +31,32 @@ Other
---------------------
(No changes)
======================= Lucene 10.2.0 =======================
API Changes
---------------------
(No changes)
New Features
---------------------
(No changes)
Improvements
---------------------
(No changes)
Optimizations
---------------------
(No changes)
Bug Fixes
---------------------
(No changes)
Other
---------------------
(No changes)
======================= Lucene 10.1.0 =======================
API Changes

View File

@ -43,6 +43,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_10_1_0 = new Version(10, 1, 0);
/**
* Match settings and bugs in Lucene's 10.2.0 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_10_2_0 = new Version(10, 2, 0);
/**
* Match settings and bugs in Lucene's 11.0.0 release.
*