Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lut99 committed Jul 22, 2024
1 parent db310a0 commit 9ad2456
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [2.0.0] - 2024-07-22
This project now uses [semantic versioning](https://semver.org). As such, **(BREAKING CHANGES)** will be indicated as such.

### Added
- Docker (Compose) files for containerization of example functions.
- Missing documentation, also in README.
- Unit tests.

### Changed
- Bumped dependencies to more recent versions.

### Fixed
- The crate not compiling on Windows.
- Broken badges in the README.


## [0.1.2] - 2021-12-14
### Added
- Automated coverage and release workflows.
Expand Down
4 changes: 2 additions & 2 deletions socksx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "socksx"
version = "0.1.2"
version = "2.0.0"
description = "A SOCKS toolkit for Rust"
authors = ["Onno Valkering"]
authors = ["Anmol Bhatia", "Tim Müller", "Onno Valkering"]
edition = "2018"
license = "MIT"

Expand Down

0 comments on commit 9ad2456

Please sign in to comment.