Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Loading