From 3c114dfd1f0562f117f3e13296ce4b49b16ceab3 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:07:58 +0000 Subject: [PATCH] chore(structured-zstd): release v0.0.2 --- zstd/CHANGELOG.md | 14 ++++++++++++++ zstd/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 zstd/CHANGELOG.md 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 ",