-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): set
Cargo.toml
to 4.0.0 [skip ci]
# [4.0.0](v3.2.0...v4.0.0) (2023-10-25) ### Bug Fixes * **wifi:** use correct command to set credentials ([875f28f](875f28f)) ### Features * **controller:** change busy color to magenta to adjust for color blindness ([dc58e59](dc58e59)) * implement bloop version 2 protocol ([5147b2f](5147b2f)) * replace wpactl with nmcli ([b014ac7](b014ac7)) ### BREAKING CHANGES * This will require Raspbian Bookworm or newer. * This will require a server implementing the bloop version 2 protocol.
- Loading branch information
1 parent
81b3c85
commit 6e793b8
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "bloop-box" | ||
description = "Bloop Box Client" | ||
version = "3.2.0" | ||
version = "4.0.0" | ||
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"] | ||
edition = "2021" | ||
readme = "README.md" | ||
|