Skip to content

Commit

Permalink
chore(release): set Cargo.toml to 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Oct 25, 2023
1 parent 81b3c85 commit 6e793b8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [4.0.0](https://github.com/bloop-box/bloop-box-client/compare/v3.2.0...v4.0.0) (2023-10-25)


### Bug Fixes

* **wifi:** use correct command to set credentials ([875f28f](https://github.com/bloop-box/bloop-box-client/commit/875f28ff5a373114a48e860416c19c09c5fa0bff))


### Features

* **controller:** change busy color to magenta to adjust for color blindness ([dc58e59](https://github.com/bloop-box/bloop-box-client/commit/dc58e59f36058b53bf9ebdaa0bc4277b48eaf9a4))
* implement bloop version 2 protocol ([5147b2f](https://github.com/bloop-box/bloop-box-client/commit/5147b2fb1f2d7efcdc9a7c8bc2bd489eeac4f73b))
* replace wpactl with nmcli ([b014ac7](https://github.com/bloop-box/bloop-box-client/commit/b014ac7639d4e23cd6d7b661fe93dc18b3082f94))


### BREAKING CHANGES

* This will require Raspbian Bookworm or newer.
* This will require a server implementing the bloop version 2
protocol.

# [3.2.0](https://github.com/bloop-box/bloop-box-client/compare/v3.1.0...v3.2.0) (2023-02-18)


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-box"
description = "Bloop Box Client"
version = "3.2.0"
version = "4.0.0"
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 6e793b8

Please sign in to comment.