oxideav-basic 0.0.7

Simple standard codecs and containers for oxideav (PCM, WAV, ...)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# release-plz config — https://release-plz.dev/docs/config

[workspace]
changelog_path = "./CHANGELOG.md"
allow_dirty = false

git_tag_name = "v{{ version }}"
git_release_name = "v{{ version }}"

# Disable cargo-semver-checks: in this still-unstable workspace any
# API change is detected as a "break" and would force a 0.x → 0.y
# bump, which cascades through every dependent's version pin. Stay
# patch-only until we deliberately cut 1.0.
semver_check = false