Skip to content

Commit a75799c

Browse files
committed
Release 0.10.0
1 parent 4fce2bd commit a75799c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changes
22

3+
## Release 0.10.0 - January 30, 2020
4+
5+
* MSRV increased to 1.36.0. This is mainly because smallvec needs 1.36.0 now.
6+
* Updated to smallvec 1.0. Thanks to [@repi](https://github.com/repi) for the contribution!
7+
* C API via cbingen/cargo-c. Thanks to [@lu-zero](https://github.com/lu-zero) for the contribution!
8+
* Various simplifications in audio.rs. Thanks to [@AnthonyMikh](https://github.com/AnthonyMikh) for the contribution!
9+
* Moved from Travis CI to Github Actions. Thanks to [@Luni-4](https://github.com/Luni-4) for the contribution!
10+
* Adopted a workspace to have a common Cargo.lock file.
11+
312
## Release 0.9.4 - March 08, 2019
413

514
* Added a function to obtain the stream serial from an `OggStreamReader`

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["dev/cmp"]
33

44
[package]
55
name = "lewton"
6-
version = "0.9.4"
6+
version = "0.10.0"
77
authors = ["est31 <MTest31@outlook.com>"]
88
description = "Pure Rust vorbis decoder"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)