diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index d1757878..19be5255 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.9" + ".": "1.4.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index abf4e334..0b65ada7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.10](https://github.com/eoeo-org/pcsc-rs/compare/v1.4.9...v1.4.10) (2025-02-16) + + +### Dependencies + +* lock file maintenance ([#591](https://github.com/eoeo-org/pcsc-rs/issues/591)) ([d904fe1](https://github.com/eoeo-org/pcsc-rs/commit/d904fe196b04f12b14bcd93e857b5be4dc45dee4)) +* update rust crate openssl to v0.10.71 ([#589](https://github.com/eoeo-org/pcsc-rs/issues/589)) ([3a3468f](https://github.com/eoeo-org/pcsc-rs/commit/3a3468fffebd004dcea9dcb31ac1d718beaab8f8)) + ## [1.4.9](https://github.com/eoeo-org/pcsc-rs/compare/v1.4.8...v1.4.9) (2025-02-11) diff --git a/Cargo.lock b/Cargo.lock index d1d99174..889852f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,7 +1004,7 @@ dependencies = [ [[package]] name = "pcsc-rs" -version = "1.4.9" +version = "1.4.10" dependencies = [ "arc-swap", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 56f94564..23c9bfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcsc-rs" -version = "1.4.9" +version = "1.4.10" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html