Skip to content

Commit

Permalink
Bump version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Feb 15, 2022
1 parent ac1feee commit f210772
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# pcsc 2.7.0 (2022-02-15)

* Added `Card::transaction2()`, which is like `Card::transaction()`, but
also returns the `&mut self` on error. Without it is is difficult
(impossible) to encapsulate a retry-loop of trying to acquire a
transaction in a function, at least until some borrow-checker
improvements end our woes.

Contributed by Neal H. Walfield.

# pcsc 2.6.0 (2021-08-24)

* Un-deprecated the `pcsc::Status` type. It was previously disabled due to
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.6.0"
version = "2.7.0"
license = "MIT"
keywords = ["pcsc", "smartcard"]
categories = ["hardware-support", "api-bindings"]
Expand Down

0 comments on commit f210772

Please sign in to comment.