Skip to content

Commit

Permalink
Add next minor version 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Dec 14, 2024
1 parent a1cbdbb commit d77f9c2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
26 changes: 26 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions lucene/core/src/java/org/apache/lucene/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit d77f9c2

Please sign in to comment.