diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 0bb4db26..b3e33957 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.2" + ".": "1.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f71f73ff..bb8ae6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.3](https://github.com/eoeo-org/pcsc-rs/compare/v1.3.2...v1.3.3) (2024-11-23) + + +### Dependencies + +* lock file maintenance ([#502](https://github.com/eoeo-org/pcsc-rs/issues/502)) ([25ad69b](https://github.com/eoeo-org/pcsc-rs/commit/25ad69bcb1731122523e8810c76226de812ef7aa)) +* update rust crate serde_json to v1.0.133 ([#501](https://github.com/eoeo-org/pcsc-rs/issues/501)) ([792d528](https://github.com/eoeo-org/pcsc-rs/commit/792d528c98fda47d09fbd781ced53b46cdd92386)) + ## [1.3.2](https://github.com/eoeo-org/pcsc-rs/compare/v1.3.1...v1.3.2) (2024-11-16) diff --git a/Cargo.lock b/Cargo.lock index 89152059..188140dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "pcsc-rs" -version = "1.3.2" +version = "1.3.3" dependencies = [ "arc-swap", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 9a5cbc0f..909c93d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcsc-rs" -version = "1.3.2" +version = "1.3.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html