Skip to content

Commit

Permalink
release: v1.3.1 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: eoeo-release[bot] <158570209+eoeo-release[bot]@users.noreply.github.com>
  • Loading branch information
eoeo-release[bot] authored Nov 16, 2024
1 parent d152116 commit 8d0b30b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.3.0"
".": "1.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1](https://github.com/eoeo-org/pcsc-rs/compare/v1.3.0...v1.3.1) (2024-11-16)


### Code Refactoring

* improve the process of getting disks information ([#497](https://github.com/eoeo-org/pcsc-rs/issues/497)) ([e86e9e1](https://github.com/eoeo-org/pcsc-rs/commit/e86e9e1cb6a6024924401a9a355d0d2a28ada0e0))

## [1.3.0](https://github.com/eoeo-org/pcsc-rs/compare/v1.2.1...v1.3.0) (2024-11-15)


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.3.0"
version = "1.3.1"
edition = "2021"

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

0 comments on commit 8d0b30b

Please sign in to comment.