Skip to content

Commit 5da8c49

Browse files
committed
Release v0.7.0
1 parent db87265 commit 5da8c49

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Version 0.7 of Mio contains various major changes compared to version 0.6.
44
Overall a large number of API changes have been made to reduce the complexity of
55
the implementation and remove overhead where possible.
66

7-
Please refer to the upgrade guide in docs/upgrade_guide.md for additional
7+
Please refer to the [blog post about
8+
0.7-alpha.1](https://tokio.rs/blog/2019-12-mio-v0.7-alpha.1/) for additional
89
information.
910

1011
## Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name = "mio"
66
# - Update CHANGELOG.md.
77
# - Update doc URL.
88
# - Create git tag
9-
version = "0.7.0-alpha.1"
9+
version = "0.7.0"
1010
license = "MIT"
1111
authors = ["Carl Lerche <me@carllerche.com>"]
1212
description = "Lightweight non-blocking IO"
13-
documentation = "https://docs.rs/mio/0.7.0-alpha.1/mio/"
13+
documentation = "https://docs.rs/mio/0.7.0"
1414
homepage = "https://github.com/tokio-rs/mio"
1515
repository = "https://github.com/tokio-rs/mio"
1616
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/mio/0.7.0-alpha.1")]
1+
#![doc(html_root_url = "https://docs.rs/mio/0.7.0")]
22
#![deny(
33
missing_docs,
44
missing_debug_implementations,

0 commit comments

Comments
 (0)