From 0ea1d331c60af760ab7ec3fe15c72c55043efd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Thu, 4 Jun 2026 22:17:24 +0900 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f41aff0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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/KarpelesLab/cacrt/compare/v0.1.0...v0.1.1) - 2026-06-04 + +### Other + +- Add Mozilla Root Store Policy and CA change-request links to CURATION.md +- Add README badges (crates.io, docs.rs, CI, license) and fix repo URL diff --git a/Cargo.lock b/Cargo.lock index 82eac50..f5c3192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "cacrt" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index 0536111..895ea19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ # into the published library. [package] name = "cacrt" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.86" license = "MIT OR Apache-2.0"