From c1cf83945a7abd4cc879a0c8873c2e945b9439f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 10:11:27 -0500 Subject: [PATCH] chore: release 3.0.0 (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3daf1..e840c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://www.github.com/SebRollen/vila/compare/v2.1.0...v3.0.0) (2022-01-11) + + +### ⚠ BREAKING CHANGES + +* remove multirequest methods (#20) + +### Features + +* allow for basic auth without password ([#17](https://www.github.com/SebRollen/vila/issues/17)) ([957abdf](https://www.github.com/SebRollen/vila/commit/957abdfff26efd4061eaefc85e29d39b837f7f54)) + + +### Code Refactoring + +* remove multirequest methods ([#20](https://www.github.com/SebRollen/vila/issues/20)) ([6f42eda](https://www.github.com/SebRollen/vila/commit/6f42eda4b69c3a0394dee94bfa8c5fecdd6c077c)) + ## [2.1.0](https://www.github.com/SebRollen/vila/compare/v2.0.1...v2.1.0) (2021-12-27) diff --git a/Cargo.lock b/Cargo.lock index 200a516..0fae736 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1340,7 +1340,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vila" -version = "2.1.0" +version = "3.0.0" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index 483fc06..f7674c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vila" -version = "2.1.0" +version = "3.0.0" authors = ["Sebastian Rollen "] edition = "2018" license = "MIT"