From 4bad0a324fc9fbc46a5860c8e7e72d88f0601a7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:56:59 +0200 Subject: [PATCH] chore: release 0.15.5 (#104) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9074692..e7c661a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.5](https://github.com/francisdb/vpin/compare/v0.15.4...v0.15.5) - 2024-08-28 + +### Fixed +- *(wav)* handle additional wav headers ([#103](https://github.com/francisdb/vpin/pull/103)) + ## [0.15.4](https://github.com/francisdb/vpin/compare/v0.15.3...v0.15.4) - 2024-08-16 ### Other diff --git a/Cargo.toml b/Cargo.toml index e0185c6..78f4c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.15.4" +version = "0.15.5" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"