Skip to content

Commit

Permalink
chore: release 3.0.0 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 11, 2022
1 parent 6f42eda commit c1cf839
Show file tree
Hide file tree
Showing 3 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
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vila"
version = "2.1.0"
version = "3.0.0"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit c1cf839

Please sign in to comment.