From b5f02ebd0c47448ea50ecef83251b0534e25faa9 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Mon, 10 Aug 2026 03:26:47 +0800 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5c06e..8b5bfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # 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.1.1](https://github.com/SecurityRonin/safe-decode/compare/safe-decode-v0.1.0...safe-decode-v0.1.1) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored +# Changelog + All notable changes to this project are documented here. This file is maintained by [release-plz](https://release-plz.dev/) from conventional commits. diff --git a/Cargo.lock b/Cargo.lock index 52981f4..35a2923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "safe-decode" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index c4560c9..f6706bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safe-decode" -version = "0.1.0" +version = "0.1.1" edition = "2021" # Low MSRV: a leaf transform crate with no features to gate. A deliberate, CI-verified # floor so every fleet parser can depend on it without raising theirs.