Merge pull request #761 from mockersf/update-to-0.15.1

prepare 0.15.1 release
This commit is contained in:
est31
2023-03-15 01:03:37 +01:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
# Version 0.15.0 (2022-01-29)
# Version 0.15.1 (2023-03-14)
- Add feature `oboe-shared-stdcxx` to enable `shared-stdcxx` on `oboe` for Android support
- Remove `thiserror` dependency
- Swith `mach` dependency to `mach2`
# Version 0.15.0 (2023-01-29)
- Update `windows-rs`, `jack`, `coreaudio-sys`, `oboe`, `alsa` dependencies
- Switch to the `dasp_sample` crate for the sample trait

View File

@@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.15.0"
version = "0.15.1"
description = "Low-level cross-platform audio I/O library in pure Rust."
repository = "https://github.com/rustaudio/cpal"
documentation = "https://docs.rs/cpal"