From 54e02447333774c4bdb537e8fb2f078bf6fd547a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 12:10:13 +0100 Subject: [PATCH] chore: release 2.1.0 (#15) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a91e3..8f3daf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.0](https://www.github.com/SebRollen/vila/compare/v2.0.1...v2.1.0) (2021-12-27) + + +### Features + +* Allow for progress bars in paginated requests ([#14](https://www.github.com/SebRollen/vila/issues/14)) ([cb5cb50](https://www.github.com/SebRollen/vila/commit/cb5cb50aedb13bf4bdbac7236621002871aaf1e2)) +* Allow sending multiple paginated requests at once ([cb5cb50](https://www.github.com/SebRollen/vila/commit/cb5cb50aedb13bf4bdbac7236621002871aaf1e2)) + ### [2.0.1](https://www.github.com/SebRollen/vila/compare/v2.0.0...v2.0.1) (2021-11-16) diff --git a/Cargo.lock b/Cargo.lock index f126a20..200a516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1340,7 +1340,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vila" -version = "2.0.1" +version = "2.1.0" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index f53b668..483fc06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vila" -version = "2.0.1" +version = "2.1.0" authors = ["Sebastian Rollen "] edition = "2018" license = "MIT"