Skip to content

Commit 4b21225

Browse files
committed
Update HISTORY and version
1 parent b8afcd1 commit 4b21225

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Rocksdb Change Log
22
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
33
4+
## 10.2.1 (04/24/2025)
5+
### Bug Fixes
6+
* Fix improper initialization of ExternalTableOptions
7+
48
## 10.2.0 (04/21/2025)
59
### New Features
610
* Provide histogram stats `COMPACTION_PREFETCH_BYTES` to measure number of bytes for RocksDB's prefetching (as opposed to file

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 10
1515
#define ROCKSDB_MINOR 2
16-
#define ROCKSDB_PATCH 0
16+
#define ROCKSDB_PATCH 1
1717

1818
// Do not use these. We made the mistake of declaring macros starting with
1919
// double underscore. Now we have to live with our choice. We'll deprecate these

0 commit comments

Comments
 (0)