From 6639944316fdf763a53946ed93acbc4e86f1b6c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 14:57:50 +0100 Subject: [PATCH] chore: release 1.1.0 (#6) 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 09e1322..6eb85e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://www.github.com/SebRollen/vila/compare/v1.0.1...v1.1.0) (2021-11-10) + + +### Features + +* Add PathPaginator ([#5](https://www.github.com/SebRollen/vila/issues/5)) ([0d48343](https://www.github.com/SebRollen/vila/commit/0d4834360a274c91300dce27db3f14270e0b9f2d)) +* Implement log to inspect raw requests ([#7](https://www.github.com/SebRollen/vila/issues/7)) ([a32a41d](https://www.github.com/SebRollen/vila/commit/a32a41dae1871401f94699877c1df0b12e4903e9)) + ### [1.0.1](https://www.github.com/SebRollen/vila/compare/v1.0.0...v1.0.1) (2021-11-09) diff --git a/Cargo.lock b/Cargo.lock index cbcbd72..0631cd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1293,7 +1293,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vila" -version = "1.0.1" +version = "1.1.0" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index d6e8ca1..0bedf5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vila" -version = "1.0.1" +version = "1.1.0" authors = ["Sebastian Rollen "] edition = "2021" license = "MIT"