From d786cb2103bc0e5720d4ec53f9c1ae397eb754c8 Mon Sep 17 00:00:00 2001 From: "cotbot[bot]" <198769328+cotbot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:59:56 +0000 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9023c7..c1dde3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.1.2](https://github.com/cot-rs/securer-string/compare/v0.1.1...v0.1.2) - 2026-05-22 + +[View diff on diff.rs](https://diff.rs/securer-string/0.1.1/securer-string/0.1.2/Cargo.toml) + +### Fixes + +- Use miri instead of test for ignoring mlocking ([#7](https://github.com/cot-rs/securer-string/pull/7)) (by [@seqre](https://github.com/seqre)) +- Improve debug implementations ([#5](https://github.com/cot-rs/securer-string/pull/5)) (by [@seqre](https://github.com/seqre)) + ## [0.1.1](https://github.com/cot-rs/securer-string/compare/v0.1.0...v0.1.1) - 2026-05-21 [View diff on diff.rs](https://diff.rs/securer-string/0.1.0/securer-string/0.1.1/Cargo.toml) diff --git a/Cargo.lock b/Cargo.lock index e9deb0f..420ddc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "securer-string" -version = "0.1.1" +version = "0.1.2" dependencies = [ "libc", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4feb7ca..b6e234a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "securer-string" -version = "0.1.1" +version = "0.1.2" edition = "2024" rust-version = "1.88" license = "MIT OR Apache-2.0"