From 15bd155f252195957502dafb9bccd01a993d736d Mon Sep 17 00:00:00 2001 From: dheijl Date: Mon, 18 Jul 2022 13:27:23 +0200 Subject: [PATCH] 1.4.2 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- swyh-rs.iss | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 072bf58..79cf1cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # swyh-rs Changelog +- 1.4.2 (July 18 2022 dheijl) + - use latest flac-bound git master to build libflac-sys without OGG + - 1.4.1 (July 15 2022 dheijl) - some code cleanup and comments, and document that libflac-sys does not build on 32 bit, so no more 32 bit support - small ui change diff --git a/Cargo.lock b/Cargo.lock index 36f8557..efd996f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -983,7 +983,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "swyh-rs" -version = "1.4.1" +version = "1.4.2" dependencies = [ "bitflags", "cpal", diff --git a/Cargo.toml b/Cargo.toml index 5ea9bd0..cc0ade2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" authors = ["dheijl "] edition = "2021" name = "swyh-rs" -version = "1.4.1" +version = "1.4.2" description = "Stream What You Hear written in Rust" license = "MIT" repository = "https://github.com/dheijl/swyh-rs/" diff --git a/swyh-rs.iss b/swyh-rs.iss index 4351b77..b536b9c 100644 --- a/swyh-rs.iss +++ b/swyh-rs.iss @@ -2,7 +2,7 @@ [Setup] AppName=swyh-rs -AppVersion=1.4.1 +AppVersion=1.4.2 WizardStyle=modern DefaultDirName={autopf}\swyh-rs DefaultGroupName=swyh-rs