Skip to content

Commit 3ec1a9b

Browse files
committed
Release 0.7.0
1 parent 1e54824 commit 3ec1a9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ogg"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["est31 <MTest31@outlook.com>"]
55
description = "Ogg container decoder and encoder written in pure Rust"
66
license = "BSD-3-Clause"
77
keywords = ["ogg", "decoder", "encoder", "xiph"]
8-
documentation = "https://docs.rs/ogg/0.6.1"
8+
documentation = "https://docs.rs/ogg/0.7.0"
99
repository = "https://github.com/RustAudio/ogg"
1010
readme = "README.md"
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An Ogg decoder and encoder. Implements the [xiph.org Ogg spec](https://www.xiph.org/vorbis/doc/framing.html) in pure Rust.
44

5-
[Documentation](https://docs.rs/ogg/0.6.1).
5+
[Documentation](https://docs.rs/ogg/0.7.0).
66

77
If the `async` feature is disabled, Version 1.12.0 of Rust is the minimum supported one.
88

0 commit comments

Comments
 (0)