Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Mar 25, 2019
1 parent 393026a commit 1cf97c7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/udoprog/setmod/compare/0.2.1...HEAD

## [0.2.1]

### Added
- `!song promote <number>` to promote songs to the top of the queue ([#2]).
- Optional web page (hosted on `setbac.tv`) to display current queue ([#3]) (config: `api_url`).
Expand Down Expand Up @@ -45,4 +49,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#13]: https://github.com/udoprog/setmod/issues/13
[#14]: https://github.com/udoprog/setmod/issues/14

[Unreleased]: https://github.com/udoprog/setmod/compare/0.0.1...HEAD
[0.2.1]: https://github.com/udoprog/setmod/compare/0.0.1...0.2.1
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "setmod-bot"
version = "0.1.0"
version = "0.2.1"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"

[dependencies]
setmod-notifier = {version = "0.1.0", path = "../notifier"}
setmod-notifier = {version = "0.2.1", path = "../notifier"}
chrono = {version = "0.4.6", features = ["serde"]}
clap = "2.32"
diesel = {version = "1.4.1", features = ["sqlite", "r2d2", "chrono"]}
Expand Down
2 changes: 1 addition & 1 deletion gfx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "setmod-gfx"
version = "0.1.0"
version = "0.2.1"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion notifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "setmod-notifier"
version = "0.1.0"
version = "0.2.1"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Copy-Item bot/lib/portaudio_x64.dll -Destination $target/
Copy-Item tools/setmod-dist.ps1 -Destination $target/setmod.ps1

Set-Location -Path target
7z a "setmod-$version.zip" $dest/
7z a "setmod-$version-windows-x86_64.zip" $dest/
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "setmod-web"
version = "0.1.0"
version = "0.0.2"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 1cf97c7

Please sign in to comment.