diff --git a/Cargo.lock b/Cargo.lock index a4b6ec3e8..47774a5ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ dependencies = [ [[package]] name = "pkcs12" -version = "0.0.0" +version = "0.1.0" dependencies = [ "cms", "const-oid 0.9.6", diff --git a/pkcs12/CHANGELOG.md b/pkcs12/CHANGELOG.md index d6637e049..3f1e58e25 100644 --- a/pkcs12/CHANGELOG.md +++ b/pkcs12/CHANGELOG.md @@ -3,3 +3,6 @@ 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). + +## 0.1.0 (2024-01-04) +- Initial release diff --git a/pkcs12/Cargo.toml b/pkcs12/Cargo.toml index ec1e00aae..474c71604 100644 --- a/pkcs12/Cargo.toml +++ b/pkcs12/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pkcs12" -version = "0.0.0" +version = "0.1.0" description = """ Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #12: Personal Information Exchange Syntax v1.1 (RFC7292)