Skip to content

Commit

Permalink
pcsc: bump version to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Dec 16, 2023
1 parent 697ff64 commit e446ead
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# pcsc 2.8.1 (2023-12-16)

* Fix possible panics in `list_readers_owned` and `get_attribute_owned` functions,
and handling of null buffers in `list_readers` and `get_attribute`.

Reported by @ n-eq in
[issue #9](https://github.com/bluetech/pcsc-rust/issues/44).

# pcsc 2.8.0 (2022-12-29)

* The `pcsc-sys` crate is now reexported from the `pcsc` crate as
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 pcsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pcsc"
description = "Bindings to the PC/SC API for smart card communication"
version = "2.8.0"
version = "2.8.1"
license = "MIT"
keywords = ["pcsc", "smartcard"]
categories = ["hardware-support", "api-bindings"]
Expand Down

0 comments on commit e446ead

Please sign in to comment.