From 0e801d497cfa059c193e8c0074449c2f3ace5d92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:42:56 +0000 Subject: [PATCH] chore(main): release 1.1.4 (#375) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7caf877c..83c82c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/j-eoeo/pcsc-rs/compare/v1.1.3...v1.1.4) (2024-01-26) + + +### Bug Fixes + +* Update version in SystemStatus struct ([#374](https://github.com/j-eoeo/pcsc-rs/issues/374)) ([efa4e60](https://github.com/j-eoeo/pcsc-rs/commit/efa4e6096e54dd749bd34377df0b07a16368669d)) + ## [1.1.3](https://github.com/j-eoeo/pcsc-rs/compare/v1.1.2...v1.1.3) (2024-01-26) diff --git a/Cargo.lock b/Cargo.lock index aa397958..eb7afa59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,7 +716,7 @@ dependencies = [ [[package]] name = "pcsc-rs" -version = "1.1.3" +version = "1.1.4" dependencies = [ "arc-swap", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d478b5e9..339278c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pcsc-rs" -version = "1.1.3" +version = "1.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html