Skip to content

Commit

Permalink
cut release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clausecker committed May 21, 2020
1 parent 9a413a4 commit 81ee11d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Release 2.0.2 (2016-01-14)
B Fix initData handling (ibid.), these fix issue #8
R Improve documentation (ibid.)

Upcoming release 2.1
Release 2.1.0 (2020-05-22)
N Introduce a new function nfc.Device.SupportedBaudRatesTargetMode()
wrapping the corresponding new function in the upcoming 1.7.2 release
of the libnfc.
Expand Down
10 changes: 6 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
This is a Go wrapper for the libnfc.

Version 2.0.2 of this wrapper has been written against version 1.7.0.
The current development version of the wrapper requires version 1.7.2
or newer.
You need the following libnfc version to use this code:

versions <= 2.0.2 need libnfc version 1.7.0 or later
version >= 2.1.0 need libnfc version 1.7.2 or later

The code has not been thoroughly tested yet. Please report any errors to
the project. The API is considered stable as of version 2.0 and will
Expand All @@ -11,7 +12,8 @@ probably not change in incompatible ways in the near future.
Version 2.0.2 and earlier of this wrapper have been developed before the
advent of Go modules. For this reason, they use a weird homecooked
scheme for their versioning involving the 2.0 and latest directories.
These can safely be ignored for new developments.
These can safely be ignored for new developments. Using Go modules,
only version 2.1.0 and later are available.

To use this library, install libnfc version 1.7.2 or newer and import

Expand Down

0 comments on commit 81ee11d

Please sign in to comment.