From 9ad245649bb8a3e155aea95313cbcb9d7850ff6d Mon Sep 17 00:00:00 2001 From: Lut99 Date: Tue, 23 Jul 2024 00:22:12 +0200 Subject: [PATCH] Bump to 2.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ socksx/Cargo.toml | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482ca31..4d475f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/socksx/Cargo.toml b/socksx/Cargo.toml index d86dbdc..83b2b5e 100644 --- a/socksx/Cargo.toml +++ b/socksx/Cargo.toml @@ -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"