From 1ecb5aa46d33d4ba6994cd96acabf37c31f35ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Fri, 5 Jun 2026 19:41:44 +0900 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41aff0..4ed2313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/KarpelesLab/cacrt/compare/v0.1.1...v0.1.2) - 2026-06-05 + +### Other + +- Fix stale subject-hash headers; guard + example.com/.org anchor test ([#5](https://github.com/KarpelesLab/cacrt/pull/5)) +- Remove Cargo.lock from version control ([#4](https://github.com/KarpelesLab/cacrt/pull/4)) +- Forbid unsafe code across all package targets ([#2](https://github.com/KarpelesLab/cacrt/pull/2)) + ## [0.1.1](https://github.com/KarpelesLab/cacrt/compare/v0.1.0...v0.1.1) - 2026-06-04 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8fb16c0..60b15b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ # into the published library. [package] name = "cacrt" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.86" license = "MIT OR Apache-2.0"