Skip to content

Commit

Permalink
Merge pull request RustAudio#500 from est31/release_0_13_1
Browse files Browse the repository at this point in the history
Release 0.13.1
  • Loading branch information
est31 authored Nov 8, 2020
2 parents cfee535 + 0e0cc39 commit 1896395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.13.1 (2020-11-08)

- Don't panic when device is plugged out on Windows
- Update `parking_lot` dependency

# Version 0.13.0 (2020-10-28)

- Add Android support via `oboe-rs`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpal"
version = "0.13.0"
version = "0.13.1"
authors = ["The CPAL contributors", "Pierre Krieger <[email protected]>"]
description = "Low-level cross-platform audio I/O library in pure Rust."
repository = "https://github.com/rustaudio/cpal"
Expand Down

0 comments on commit 1896395

Please sign in to comment.