Skip to content

Commit 30e2eb3

Browse files
committed
Start v0.5 development
1 parent d97e78a commit 30e2eb3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "socket2"
3-
version = "0.4.5"
3+
version = "0.5.0"
4+
publish = false
45
authors = [
56
"Alex Crichton <[email protected]>",
67
"Thomas de Zeeuw <[email protected]>"

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ See the [API documentation] for more.
1919

2020
[API documentation]: https://docs.rs/socket2
2121

22-
# Two branches
22+
# Branches
2323

2424
Currently Socket2 supports two versions: v0.4 and v0.3. Version 0.4 is developed
25-
in the master branch, version 0.3 in the [v0.3.x branch].
25+
in the [v0.4.x branch] branch, version 0.3 in the [v0.3.x branch]. Version 0.5
26+
is currently being developed in the master branch.
2627

2728
[v0.3.x branch]: https://github.com/rust-lang/socket2/tree/v0.3.x
29+
[v0.4.x branch]: https://github.com/rust-lang/socket2/tree/v0.4.x
2830

2931
# OS support
3032

0 commit comments

Comments
 (0)