Skip to content

Commit

Permalink
Start v0.5 development
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Aug 13, 2022
1 parent d97e78a commit 30e2eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "socket2"
version = "0.4.5"
version = "0.5.0"
publish = false
authors = [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ See the [API documentation] for more.

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

# Two branches
# Branches

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

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

# OS support

Expand Down

0 comments on commit 30e2eb3

Please sign in to comment.