From 25589ea8480beb6d3dbf18470a6eda18f1f26f33 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 26 Dec 2020 21:16:36 -0800 Subject: [PATCH] Version 0.9.1 --- 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 e54d51d..4da1bf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bwavfile" -version = "0.9.0" +version = "0.9.1" dependencies = [ "byteorder", "encoding", diff --git a/Cargo.toml b/Cargo.toml index 6b9fa96..93ed821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.9.0" +version = "0.9.1" authors = ["Jamie Hardt "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index b97a9ef..188032c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is currently a work-in-progress! However many features presently work: |---------------------------------------|:---:|:-----:| | Standard .wav files | ☑️ | ☑ ️ | | Transparent promotion to RF64/BW64 | ☑️ | ☑️ | -| Unified interface for regular and extended Wave format | ☑️ | ☑️ | +| Unified interface for regular and extended Wave format | ☑️ | ☑️ | | Channel/speaker map metadata | ☑️ | ☑️ | | Ambisonic B-format metadata | ☑️ | ☑️ | | EBU Broadcast-WAVE metadata | ☑️ | ☑️ |