Skip to content

Commit

Permalink
chore(main): release 1.1.2 (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 12, 2023
1 parent c828a2a commit a7fa4dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.2](https://github.com/kazukazu123123/pcsc-rs/compare/v1.1.1...v1.1.2) (2023-11-12)


### Bug Fixes

* **deps:** update rust crate openssl to v0.10.58 ([#279](https://github.com/kazukazu123123/pcsc-rs/issues/279)) ([06e19e9](https://github.com/kazukazu123123/pcsc-rs/commit/06e19e90dfa8ece72f6278cca72afd9a8bcd6185))
* **deps:** update rust crate openssl to v0.10.59 ([#280](https://github.com/kazukazu123123/pcsc-rs/issues/280)) ([d507704](https://github.com/kazukazu123123/pcsc-rs/commit/d507704722251ff649842133c8351cf65d7337c0))
* **deps:** update rust crate regex to v1.10.2 ([#263](https://github.com/kazukazu123123/pcsc-rs/issues/263)) ([e03a76d](https://github.com/kazukazu123123/pcsc-rs/commit/e03a76dd21496c6374490de70d93a2ac28c16e2f))
* **deps:** update rust crate serde_json to v1.0.108 ([#277](https://github.com/kazukazu123123/pcsc-rs/issues/277)) ([260ee59](https://github.com/kazukazu123123/pcsc-rs/commit/260ee590f1452566079d63273d1493779fec8413))
* **deps:** update serde monorepo to v1.0.190 ([#271](https://github.com/kazukazu123123/pcsc-rs/issues/271)) ([8db458a](https://github.com/kazukazu123123/pcsc-rs/commit/8db458a5881914d54ff3981a329c2ae98e30cdda))
* **deps:** update serde monorepo to v1.0.192 ([#282](https://github.com/kazukazu123123/pcsc-rs/issues/282)) ([47ba177](https://github.com/kazukazu123123/pcsc-rs/commit/47ba1775db4d3965e3a3e630da0b5ce06f4a4b6f))

## [1.1.1](https://github.com/kazukazu123123/pcsc-rs/compare/v1.1.0...v1.1.1) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pcsc-rs"
version = "1.1.1"
version = "1.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit a7fa4dc

Please sign in to comment.