From dc879b87069e7b6c1dc5285dc587552a5803ca15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:22:34 +0000 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2f7ff..170e9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.4](https://github.com/spacesprotocol/spacedb/compare/v0.1.3...v0.1.4) - 2026-08-04 + +### Bug Fixes + +- *(subtree)* Honest error semantics for delete and merge +- *(path)* Out-of-bounds read in unaligned split_point comparison +- *(subtree)* Trim non-subtree keys from both ends in SubTree::prove + ## [0.1.3](https://github.com/spacesprotocol/spacedb/compare/v0.1.2...v0.1.3) - 2026-08-03 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index cf85b42..b8fedc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { members = ["example"] } [package] name = "spacedb" -version = "0.1.3" +version = "0.1.4" edition = "2024" rust-version = "1.85" description = "A cryptographically verifiable data store and universal accumulator for the Spaces protocol."