Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Mar 8, 2024
1 parent b4b0a3e commit 5838edd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Format: # vX.X.X (YYYY-MM-DD)

# v0.9.1 (2024-03-09)

Replace futures crate with standard library (#17)

# v0.9.0 (2024-02-26)

Update MSRV to 1.75.0 and dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper-socks2"
version = "0.9.0"
version = "0.9.1"
authors = ["Arsenii Lyashenko <[email protected]>"]
license = "Apache-2.0 OR MIT"
description = "A SOCKS5 connector for hyper library"
Expand Down

0 comments on commit 5838edd

Please sign in to comment.