Skip to content

Commit

Permalink
prepare for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Apr 18, 2024
1 parent 66c3dd2 commit b0d1cee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# swyh-rs Changelog

- 1.10.4 (unreleased)

- 1.10.3 (Apr 82024 dheijl)
- GUI: try to stop any players still streaming when the swyh-rs windows is closed. If the players don't stop streaming voluntarily exit anyway (after a 5 second time-out).

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
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
authors = ["dheijl <[email protected]>"]
edition = "2021"
name = "swyh-rs"
version = "1.10.3"
version = "1.10.4"
description = "Stream What You Hear written in Rust"
license = "MIT"
repository = "https://github.com/dheijl/swyh-rs/"
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ assert withGui || withCli; let
then "swyh-rs-gui"
else "swyh-rs-cli";
swyh-rs = rustPlatform.buildRustPackage rec {
version = "1.10.3";
version = "1.10.4";
inherit nativeBuildInputs buildInputs pname;
# Filter-out generated, version-control and nix-related files to prevent
# cache invalidation while editing them
Expand Down
2 changes: 1 addition & 1 deletion swyh-rs.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Setup]
AppName=swyh-rs
AppVersion=1.10.3
AppVersion=1.10.4
WizardStyle=modern
DefaultDirName={autopf}\swyh-rs
DefaultGroupName=swyh-rs
Expand Down

0 comments on commit b0d1cee

Please sign in to comment.