Merge pull request #746 from est31/release_0_15_0

Release 0.15.0
This commit is contained in:
est31
2023-01-29 15:47:27 +01:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Unreleased
- Update `windows-rs` dependency
# Version 0.15.0 (2022-01-29)
- Update `windows-rs`, `jack`, `coreaudio-sys`, `oboe`, `alsa` dependencies
- Switch to the `dasp_sample` crate for the sample trait
- Switch to `web-sys` on the emscripten target
- Adopt edition 2021
- Add disconnection detection on Mac OS
# Version 0.14.1 (2022-10-23)

View File

@@ -1,7 +1,6 @@
[package]
name = "cpal"
version = "0.14.0"
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
version = "0.15.0"
description = "Low-level cross-platform audio I/O library in pure Rust."
repository = "https://github.com/rustaudio/cpal"
documentation = "https://docs.rs/cpal"