diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e17c8..0e2f7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.3](https://github.com/spacesprotocol/spacedb/compare/v0.1.2...v0.1.3) - 2026-08-03 + +### Bug Fixes + +- *(prove)* Trim non-subtree keys from both ends of the sorted key slice + +### Chore + +- *(lint)* Fix clippy errors under -D warnings + ## [0.1.2](https://github.com/spacesprotocol/spacedb/compare/v0.1.1...v0.1.2) - 2026-04-16 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 43c7756..cf85b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ workspace = { members = ["example"] } [package] name = "spacedb" -version = "0.1.2" +version = "0.1.3" edition = "2024" rust-version = "1.85" description = "A cryptographically verifiable data store and universal accumulator for the Spaces protocol."