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"