From 6e5780a9c5716598a9ee70aff9d2f209913f1492 Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Sat, 27 Jul 2024 15:16:23 -0700 Subject: [PATCH] Add 0.15.0 changelog entry --- src/core/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/core/CHANGELOG.md b/src/core/CHANGELOG.md index 1412753bf..d827be6a0 100644 --- a/src/core/CHANGELOG.md +++ b/src/core/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.15.0] - 2024-07-27 + +MSRV: 1.65 + +Changes/additions: + +* RocksDB storage and self-contained RevIndex with internal storage #3250 +* Enable codspeed for Rust perf tracking (#3231) + +Updates + +* Bump roaring from 0.10.5 to 0.10.6 (#3245) +* Bump serde from 1.0.203 to 1.0.204 (#3244) +* Bump counter from 0.5.7 to 0.6.0 (#3235) +* Bump log from 0.4.21 to 0.4.22 (#3236) +* Bump serde_json from 1.0.117 to 1.0.120 (#3234) +* Bump proptest from 1.4.0 to 1.5.0 (#3222) + ## [0.14.1] - 2024-06-19 MSRV: 1.65