Skip to content

Commit 89f98b0

Browse files
chore: release v0.0.5
1 parent 3a8fbe4 commit 89f98b0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.0.4"
6+
version = "0.0.5"
77
edition = "2021"
88
license = "Apache-2.0"

crates/wavekat-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.0.4](https://github.com/wavekat/wavekat-core/compare/v0.0.3...v0.0.4) - 2026-04-06
1117

1218
### Added

0 commit comments

Comments
 (0)