Skip to content

Commit f210772

Browse files
committed
Bump version to 2.7.0
1 parent ac1feee commit f210772

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# pcsc 2.7.0 (2022-02-15)
2+
3+
* Added `Card::transaction2()`, which is like `Card::transaction()`, but
4+
also returns the `&mut self` on error. Without it is is difficult
5+
(impossible) to encapsulate a retry-loop of trying to acquire a
6+
transaction in a function, at least until some borrow-checker
7+
improvements end our woes.
8+
9+
Contributed by Neal H. Walfield.
10+
111
# pcsc 2.6.0 (2021-08-24)
212

313
* Un-deprecated the `pcsc::Status` type. It was previously disabled due to

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pcsc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pcsc"
33
description = "Bindings to the PC/SC API for smart card communication"
4-
version = "2.6.0"
4+
version = "2.7.0"
55
license = "MIT"
66
keywords = ["pcsc", "smartcard"]
77
categories = ["hardware-support", "api-bindings"]

0 commit comments

Comments
 (0)