From 1dd25741478430ae665a8bc1b444fe1db0dd8cce Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sun, 25 Jan 2026 09:39:45 -0600 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019a655..f170dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + + - B-tree performance improvements (#143 and #144) + - Removed the unused refpool dependency. Breaking change (although unlikely in practice). (#141) + ## [6.1.0] - 2025-09-09 ### Changed From a10e702222e5b649b49f2d80decf8f8bf52049f4 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sun, 25 Jan 2026 09:40:35 -0600 Subject: [PATCH 2/2] chore: Release imbl version 7.0.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f170dd1..88baadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [7.0.0] - 2026-01-25 ### Changed diff --git a/Cargo.lock b/Cargo.lock index af1fe89..cc01340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,7 +300,7 @@ dependencies = [ [[package]] name = "imbl" -version = "6.1.0" +version = "7.0.0" dependencies = [ "arbitrary", "archery", diff --git a/Cargo.toml b/Cargo.toml index c250c6d..d67e201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imbl" -version = "6.1.0" +version = "7.0.0" authors = [ "Bodil Stokke ", "Joe Neeman ",