Skip to content

Commit

Permalink
release: v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eoeo-release[bot] authored Nov 14, 2024
1 parent 2a3f98b commit ef5cc2a
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.2.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.2](https://github.com/eoeo-org/pcsc-rs/compare/v1.2.1...v1.2.2) (2024-11-14)


### Dependencies

* update rust crate regex to v1.11.1 ([#488](https://github.com/eoeo-org/pcsc-rs/issues/488)) ([c69da6f](https://github.com/eoeo-org/pcsc-rs/commit/c69da6f7e88c523d0344aee21112a5e5be0504ca))


### Reverts

* self updator ([#486](https://github.com/eoeo-org/pcsc-rs/issues/486)) ([1a4250b](https://github.com/eoeo-org/pcsc-rs/commit/1a4250ba6d868aa990c23bd6c078c315f2551a33))

## [1.2.1](https://github.com/eoeo-org/pcsc-rs/compare/v1.2.0...v1.2.1) (2024-10-23)


Expand Down
46 changes: 23 additions & 23 deletions 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.2.1"
version = "1.2.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 ef5cc2a

Please sign in to comment.