Skip to content

Commit

Permalink
prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Nov 8, 2024
1 parent 73772ef commit ff7f572
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 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.12.1 (unreleased)

- 1.12.0 (Nov 6 2024 dheijl)
- Github CI added by @theavege, thanks!
- replace ```once_cell::sync::Lazy``` with ```std::sync::LazyLock```, so now swyh-rs requires Rustc version __1.80__ or later!!
Expand Down
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
]
edition = "2021"
name = "swyh-rs"
version = "1.12.0"
version = "1.12.1"
description = "Stream What You Hear written in Rust"
license = "MIT"
repository = "https://github.com/dheijl/swyh-rs/"
Expand Down Expand Up @@ -49,7 +49,7 @@ crossbeam-channel = "0.5.13"
ctrlc = { version = "3.4.5", features = ["termination"] }
dasp_sample = "0.11.0"
dirs = "5.0.1"
fastrand = "2.1.1"
fastrand = "2.2.0"
flac-bound = { version = "0.5.0", default-features = false, features = [
"libflac-noogg",
] }
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.12.0";
version = "1.12.1";
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 @@ -4,7 +4,7 @@

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

0 comments on commit ff7f572

Please sign in to comment.