We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8fbe4 commit 89f98b0Copy full SHA for 89f98b0
2 files changed
Cargo.toml
@@ -3,6 +3,6 @@ members = ["crates/*"]
3
resolver = "2"
4
5
[workspace.package]
6
-version = "0.0.4"
+version = "0.0.5"
7
edition = "2021"
8
license = "Apache-2.0"
crates/wavekat-core/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
9
10
+## [0.0.5](https://github.com/wavekat/wavekat-core/compare/v0.0.4...v0.0.5) - 2026-04-06
11
+
12
+### Added
13
14
+- add WAV I/O via optional wav feature ([#11](https://github.com/wavekat/wavekat-core/pull/11))
15
16
## [0.0.4](https://github.com/wavekat/wavekat-core/compare/v0.0.3...v0.0.4) - 2026-04-06
17
18
### Added
0 commit comments