diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md new file mode 100644 index 00000000..423aceed --- /dev/null +++ b/zstd/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.2](https://github.com/structured-world/structured-zstd/compare/v0.0.1...v0.0.2) - 2026-03-25 + +### Added + +- managed fork setup — README, FUNDING, crate rename to structured-zstd ([#2](https://github.com/structured-world/structured-zstd/pull/2)) diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index db32a2f1..5a991a0b 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.1" +version = "0.0.2" rust-version = "1.87" authors = [ "Moritz Borcherding ",