diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a548e..c1a66e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/Cargo.lock b/Cargo.lock index fdcbf07..d0af044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1017,7 +1017,7 @@ checksum = "913e7b03d63752f6cdd2df77da36749d82669904798fe8944b9ec3d23f159905" [[package]] name = "swyh-rs" -version = "1.10.3" +version = "1.10.4" dependencies = [ "bitflags 2.5.0", "cpal", diff --git a/Cargo.toml b/Cargo.toml index 5298579..3f37b40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" authors = ["dheijl "] 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/" diff --git a/default.nix b/default.nix index 51bb810..67b6f21 100644 --- a/default.nix +++ b/default.nix @@ -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 diff --git a/swyh-rs.iss b/swyh-rs.iss index 6856e66..8aea08a 100644 --- a/swyh-rs.iss +++ b/swyh-rs.iss @@ -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