mirror of https://github.com/apache/lucene.git
Add next minor version 10.2.0
This commit is contained in:
parent
a1cbdbb0ab
commit
d77f9c2568
|
@ -31,6 +31,32 @@ Other
|
||||||
---------------------
|
---------------------
|
||||||
(No changes)
|
(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 =======================
|
======================= Lucene 10.1.0 =======================
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
|
|
@ -43,6 +43,13 @@ public final class Version {
|
||||||
*/
|
*/
|
||||||
@Deprecated public static final Version LUCENE_10_1_0 = new Version(10, 1, 0);
|
@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.
|
* Match settings and bugs in Lucene's 11.0.0 release.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue