diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 50f0c45c..266f637f 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.4" + ".": "1.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d615c013..cbd6bce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.5](https://github.com/eoeo-org/pcsc-rs/compare/v1.4.4...v1.4.5) (2025-01-27) + + +### Dependencies + +* lock file maintenance ([#568](https://github.com/eoeo-org/pcsc-rs/issues/568)) ([ffbbcef](https://github.com/eoeo-org/pcsc-rs/commit/ffbbcef1798a0e8feb2471b2fd8ad1f0b7327be8)) +* update rust crate openssl to v0.10.69 ([#572](https://github.com/eoeo-org/pcsc-rs/issues/572)) ([58d37ad](https://github.com/eoeo-org/pcsc-rs/commit/58d37ad7b57e18642be12adf1fd501aa7459db71)) +* update rust crate serde_json to v1.0.137 ([#567](https://github.com/eoeo-org/pcsc-rs/issues/567)) ([00cfc00](https://github.com/eoeo-org/pcsc-rs/commit/00cfc0096f8be968f6133b411fef01cd5f79d780)) + ## [1.4.4](https://github.com/eoeo-org/pcsc-rs/compare/v1.4.3...v1.4.4) (2025-01-19) diff --git a/Cargo.lock b/Cargo.lock index 93e88be7..7e79e78b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "pcsc-rs" -version = "1.4.4" +version = "1.4.5" dependencies = [ "arc-swap", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 23ef0830..df88ea66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcsc-rs" -version = "1.4.4" +version = "1.4.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html