From 53fd28ab1f775a7b0fe62f67a1ff28cef1f026dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 09:52:03 +0000 Subject: [PATCH] chore: release v0.0.14 --- Cargo.toml | 2 +- crates/wavekat-core/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index deaa7ba..e5cf5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,6 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.13" +version = "0.0.14" edition = "2021" license = "Apache-2.0" diff --git a/crates/wavekat-core/CHANGELOG.md b/crates/wavekat-core/CHANGELOG.md index 70c8313..9062ce3 100644 --- a/crates/wavekat-core/CHANGELOG.md +++ b/crates/wavekat-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.14](https://github.com/wavekat/wavekat-core/compare/v0.0.13...v0.0.14) - 2026-07-18 + +### Added + +- read G.711 A-law/μ-law WAVs in from_wav ([#32](https://github.com/wavekat/wavekat-core/pull/32)) + ## [0.0.13](https://github.com/wavekat/wavekat-core/compare/v0.0.12...v0.0.13) - 2026-07-03 ### Added