Skip to content

Commit 8d34a26

Browse files
committed
bump version to 2.0.2
1 parent c2167bf commit 8d34a26

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ Arduino_MFRC522v2
33

44
.. image:: https://img.shields.io/badge/maintained-very%20rarely-orange
55
:target: `development`_
6-
.. image:: https://github.com/OSSLibraries/Arduino_MFRC522v2/workflows/PlatformIO%20CI/badge.svg
7-
:target: https://github.com/OSSLibraries/Arduino_MFRC522v2/actions
8-
:alt: GitHub Actions
6+
.. image:: https://github.com/OSSLibraries/Arduino_MFRC522v2/actions/workflows/test.arduino-compile-examples.yml/badge.svg
7+
:target: https://github.com/OSSLibraries/Arduino_MFRC522v2/actions/workflows/test.arduino-compile-examples.yml
8+
:alt: GitHub Actions - Arduino Compile Examples
9+
.. image:: https://github.com/OSSLibraries/Arduino_MFRC522v2/actions/workflows/test.arduino-lint.yml/badge.svg
10+
:target: https://github.com/OSSLibraries/Arduino_MFRC522v2/actions/workflows/test.arduino-lint.yml
11+
:alt: GitHub Actions - Arduino Lint
912
.. image:: https://img.shields.io/badge/C%2B%2B-11-brightgreen.svg
1013
:target: `compatible ide`_
1114
.. image:: https://img.shields.io/github/release/OSSLibraries/Arduino_MFRC522v2.svg?colorB=green

changes.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
-- Add changes to unreleased tag until we make a release.
22

3-
xx xx 2021, v2.0.2
3+
xx xx 202x, v2.0.3
4+
5+
28 Oct 2021, v2.0.2
6+
- Fix self-test.
7+
- Add UID print.
48

59
30 Dec 2020, v2.0.1
610
- Fixed wrong SPI clock speed.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RFID_MFRC522v2
2-
version=2.0.1
2+
version=2.0.2
33
author=GithubCommunity
44
maintainer=GithubCommunity
55
sentence=Arduino RFID driver library for MFRC522 (SPI, I2C)

0 commit comments

Comments
 (0)