From 15c279febb9acfb6d70ff299bc4e1cadda35211c Mon Sep 17 00:00:00 2001 From: "eoeo-release[bot]" <158570209+eoeo-release[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 04:53:07 +0900 Subject: [PATCH] release: v1.4.7 (#582) Co-authored-by: eoeo-release[bot] <158570209+eoeo-release[bot]@users.noreply.github.com> --- .release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index a4687429..798c7d7a 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.6" + ".": "1.4.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ccedd9d..fff09d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.7](https://github.com/eoeo-org/pcsc-rs/compare/v1.4.6...v1.4.7) (2025-02-03) + + +### Dependencies + +* lock file maintenance ([#580](https://github.com/eoeo-org/pcsc-rs/issues/580)) ([5fcd0d4](https://github.com/eoeo-org/pcsc-rs/commit/5fcd0d47f3f70c67b0d459f311135a10235f06d4)) +* update rust crate openssl to v0.10.70 [security] ([#581](https://github.com/eoeo-org/pcsc-rs/issues/581)) ([d905211](https://github.com/eoeo-org/pcsc-rs/commit/d90521192a36293eaf4eeb4bcef3630159fc61a7)) + ## [1.4.6](https://github.com/eoeo-org/pcsc-rs/compare/v1.4.5...v1.4.6) (2025-01-30) diff --git a/Cargo.lock b/Cargo.lock index cdb12779..68091e7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,7 +1004,7 @@ dependencies = [ [[package]] name = "pcsc-rs" -version = "1.4.6" +version = "1.4.7" dependencies = [ "arc-swap", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b08b3e7f..81db173f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcsc-rs" -version = "1.4.6" +version = "1.4.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html