summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrew.kryczka2@gmail.com>2024-06-04 11:43:02 -0700
committerAndrew Kryczka <andrew.kryczka2@gmail.com>2024-06-04 11:43:02 -0700
commitc5201abc4a983450f9423435a4405829be23d0a8 (patch)
tree050b3889bcc274382f9bd2e0cfdab8ecfb4159b0
parent4eda1b79fa0f5182f63f8ffc07e6685e467842e0 (diff)
update HISTORY.md and version.h for 9.3.1v9.3.1
-rw-r--r--HISTORY.md4
-rw-r--r--include/rocksdb/version.h2
-rw-r--r--unreleased_history/bug_fixes/buck_explicit_load.md1
3 files changed, 5 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index a1700f993..7f4ba06b0 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,10 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
+## 9.3.1 (05/25/2024)
+### Bug Fixes
+* [internal only] Build script improvement
+
## 9.3.0 (05/17/2024)
### New Features
* Optimistic transactions and pessimistic transactions with the WriteCommitted policy now support the `GetEntity` API.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 24506703f..3205bdce8 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -13,7 +13,7 @@
// minor or major version number planned for release.
#define ROCKSDB_MAJOR 9
#define ROCKSDB_MINOR 3
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
// Do not use these. We made the mistake of declaring macros starting with
// double underscore. Now we have to live with our choice. We'll deprecate these
diff --git a/unreleased_history/bug_fixes/buck_explicit_load.md b/unreleased_history/bug_fixes/buck_explicit_load.md
deleted file mode 100644
index fb579237c..000000000
--- a/unreleased_history/bug_fixes/buck_explicit_load.md
+++ /dev/null
@@ -1 +0,0 @@
-* [internal only] Build script improvement