Skip to content

Commit 9f3ee1c

Browse files
chore(release): set Cargo.toml to 1.0.0 [skip ci]
# 1.0.0 (2022-11-28) ### Bug Fixes * catch nfc read timeout and fix config storage ([b2a7291](b2a7291)) * **config_manager:** update local config variable on change ([eb40030](eb40030)) * **controller:** cancel nfc poll when selecting other future ([e23aeb9](e23aeb9)) * correct minor mistakes in networker ([081ce6c](081ce6c)) * **wpa_supplicant:** reconfigure network after changing config ([6c58627](6c58627)) ### Features * add networker ([4694c97](4694c97)) * initial commit ([b550d29](b550d29)) * rename to bloop-box and move data files to separate package ([8b9d5e0](8b9d5e0))
1 parent b8667c9 commit 9f3ee1c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.0.0 (2022-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* catch nfc read timeout and fix config storage ([b2a7291](https://github.com/bloop-box/bloop-box-client/commit/b2a7291f6aa810a21c4a114889f88ca2b832d1d8))
7+
* **config_manager:** update local config variable on change ([eb40030](https://github.com/bloop-box/bloop-box-client/commit/eb4003029927e8b495f998e9158170738eb69171))
8+
* **controller:** cancel nfc poll when selecting other future ([e23aeb9](https://github.com/bloop-box/bloop-box-client/commit/e23aeb97bb8e33a92e8e73cd9ba56e30beefb0a1))
9+
* correct minor mistakes in networker ([081ce6c](https://github.com/bloop-box/bloop-box-client/commit/081ce6cc29325ef249dce2a561bc374f43c2a21f))
10+
* **wpa_supplicant:** reconfigure network after changing config ([6c58627](https://github.com/bloop-box/bloop-box-client/commit/6c5862786be1fdc60230a2c314c92fb2cf1e0dff))
11+
12+
13+
### Features
14+
15+
* add networker ([4694c97](https://github.com/bloop-box/bloop-box-client/commit/4694c9734222a3d72520a7b90c8485c69b0b9891))
16+
* initial commit ([b550d29](https://github.com/bloop-box/bloop-box-client/commit/b550d298505cbbbc4f1bb173aeaaea69d8bc9f0b))
17+
* rename to bloop-box and move data files to separate package ([8b9d5e0](https://github.com/bloop-box/bloop-box-client/commit/8b9d5e0c7e8af27da9e81c0cdd2b52b95fc53b01))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bloop-box"
33
description = "Bloop Box Client"
4-
version = "0.1.0"
4+
version = "1.0.0"
55
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"]
66
edition = "2021"
77
readme = "README.md"

0 commit comments

Comments
 (0)