From 1ec567d1483bd7342bbd93a6104f9d04400017f2 Mon Sep 17 00:00:00 2001 From: Rexios Date: Fri, 1 Nov 2024 12:37:30 -0400 Subject: [PATCH] Preparing for release --- hive/CHANGELOG.md | 4 ++++ hive/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index c37e4a6d..7c98f2a3 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.7.0+1 + +- Adds a storage benchmark to compare Hive CE with Hive v4 + ## 2.7.0 - No longer reinitializes `Hive` when opening a `BoxCollection` diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 50609dde..2e3236ef 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: hive_ce description: Hive Community Edition - A spiritual continuation of Hive v2 -version: 2.7.0 +version: 2.7.0+1 homepage: https://github.com/IO-Design-Team/hive_ce/tree/main/hive documentation: https://docs.hivedb.dev/