Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5201ab

Browse files
committedJun 4, 2024·
update HISTORY.md and version.h for 9.3.1
1 parent 4eda1b7 commit c5201ab

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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+
## 9.3.1 (05/25/2024)
5+
### Bug Fixes
6+
* [internal only] Build script improvement
7+
48
## 9.3.0 (05/17/2024)
59
### New Features
610
* Optimistic transactions and pessimistic transactions with the WriteCommitted policy now support the `GetEntity` API.

‎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 9
1515
#define ROCKSDB_MINOR 3
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

‎unreleased_history/bug_fixes/buck_explicit_load.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.