From d4bef33c94461dee297d7cfedc2f81d7b9665196 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 15:55:01 -0500 Subject: [PATCH] chore: release 2.0.1 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a6a5f..71a91e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.0.1](https://www.github.com/SebRollen/vila/compare/v2.0.0...v2.0.1) (2021-11-16) + + +### Bug Fixes + +* require functions in paginators to be thread-safe ([#12](https://www.github.com/SebRollen/vila/issues/12)) ([a518534](https://www.github.com/SebRollen/vila/commit/a5185346f7714b380df3d7038a541660dc2ba434)) + ## [2.0.0](https://www.github.com/SebRollen/vila/compare/v1.2.0...v2.0.0) (2021-11-15) diff --git a/Cargo.lock b/Cargo.lock index 94d008d..8cbf8eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1293,7 +1293,7 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vila" -version = "2.0.0" +version = "2.0.1" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index a23d847..b275bed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vila" -version = "2.0.0" +version = "2.0.1" authors = ["Sebastian Rollen "] edition = "2021" license = "MIT"