From f3b646868f1e14aebbb1982457009c59c77d50f1 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 25 Dec 2020 22:23:48 -0800 Subject: [PATCH] Update to v0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7ddc24..e54d51d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.1.7" +version = "0.9.0" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 6d99161..6b9fa96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.1.7" +version = "0.9.0" authors = ["Jamie Hardt "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 255fe65..edf2e8c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is currently a work-in-progress! However many features presently work: | Feature | Read | Write | |---------------------------------------|:-----:|:-----:| -| Standard .wav files | ☑️ | | +| Standard .wav files | ☑️ | ☑️ | | Transparent promotion to RF64/BW64 | ☑️ | | | Unified interface for regular and extended Wave format | ☑️ | | | Channel/speaker map metadata | ☑️ | |