Skip to content

Commit

Permalink
chore(release): set Cargo.toml to 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-04-16)

### Features

* add mode switch ([80825c5](80825c5))
* move NFC reader pins to new hardware layout ([a7ed5e3](a7ed5e3))
* use both power and status LED ([0c4dcf0](0c4dcf0))
  • Loading branch information
semantic-release-bot committed Apr 16, 2023
1 parent b80a4d0 commit a78923b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.1.0](https://github.com/bloop-box/nfc-scanner-firmware/compare/v1.0.0...v1.1.0) (2023-04-16)


### Features

* add mode switch ([80825c5](https://github.com/bloop-box/nfc-scanner-firmware/commit/80825c5d3ed0220895ec9852265b5fb0a663009a))
* move NFC reader pins to new hardware layout ([a7ed5e3](https://github.com/bloop-box/nfc-scanner-firmware/commit/a7ed5e3902c964f21ce2e38868b144b8a64d0219))
* use both power and status LED ([0c4dcf0](https://github.com/bloop-box/nfc-scanner-firmware/commit/0c4dcf072a7cb527764d805a7dd1e99e234aad0f))

# 1.0.0 (2023-04-01)


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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bloop-nfc-scanner"
description = "Bloop NFC Scanner Firmware"
version = "1.0.0"
version = "1.1.0"
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit a78923b

Please sign in to comment.