Skip to content

Commit

Permalink
chore(release): set Cargo.toml to 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2023-02-18)

### Bug Fixes

* **AudioPlayer:** remove testing message ([2607e47](2607e47))
* **debian:** suppress all info messages from third party libs ([ab63a9a](ab63a9a))

### Features

* shut down all background tasks on shutdown ([e16c7b4](e16c7b4))
  • Loading branch information
semantic-release-bot committed Feb 18, 2023
1 parent e16c7b4 commit 2c4c86c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.2.0](https://github.com/bloop-box/bloop-box-client/compare/v3.1.0...v3.2.0) (2023-02-18)


### Bug Fixes

* **AudioPlayer:** remove testing message ([2607e47](https://github.com/bloop-box/bloop-box-client/commit/2607e47ee6ac3c2ef79fff397100ea896a95fbec))
* **debian:** suppress all info messages from third party libs ([ab63a9a](https://github.com/bloop-box/bloop-box-client/commit/ab63a9af057a51850425e71047ea9a15ac624f89))


### Features

* shut down all background tasks on shutdown ([e16c7b4](https://github.com/bloop-box/bloop-box-client/commit/e16c7b4c8d66c7fa64533fa46f3bb8cabce1946f))

# [3.1.0](https://github.com/bloop-box/bloop-box-client/compare/v3.0.0...v3.1.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.1.0"
version = "3.2.0"
authors = ["Ben Scholzen (DASPRiD) <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 2c4c86c

Please sign in to comment.