Skip to content

Commit

Permalink
docs: update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovalkering committed Jul 29, 2021
1 parent c56945a commit fc14701
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `socksx` will be documented in this file.

## [0.1.1] - 2021-07-29
### Added
- Support for chaining (SOCKS6).
- Python package (`socksx-py`) with interface to `socksx`.

### Changed
- Use `tokio::io::copy_bidirectional` instead of local copy.

## [0.1.0] - 2021-03-16
### Added
- Initial implementation.
2 changes: 1 addition & 1 deletion socksx-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socksx-py"
version = "0.1.0"
version = "0.1.1"
description = "A SOCKS toolkit for Python"
authors = ["Onno Valkering"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion socksx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socksx"
version = "0.1.0"
version = "0.1.1"
description = "A SOCKS toolkit for Rust"
authors = ["Onno Valkering"]
edition = "2018"
Expand Down

0 comments on commit fc14701

Please sign in to comment.