From 9a9377fe1fab12dc0a54f258856e40ac960ddac2 Mon Sep 17 00:00:00 2001 From: Irakliy Khaburzaniya Date: Fri, 4 Oct 2024 12:16:37 -0700 Subject: [PATCH] updated winter-maybe-async crate version to v0.10.1 --- CHANGELOG.md | 4 +++- utils/maybe_async/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34569fa41..2dc0e15e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## 0.10.0 (2024-06-11) - `utils/maybe-async` crate only +## 0.10.1 (2024-10-04) - `utils/maybe-async` crate only - Added `maybe-async-trait` procedural macro. + +## 0.10.0 (2024-06-11) - `utils/maybe-async` crate only - [BREAKING] Refactored `maybe-async` macro into simpler `maybe-async` and `maybe-await` macros. ## 0.9.1 (2024-06-24) - `utils/core` crate only diff --git a/utils/maybe_async/Cargo.toml b/utils/maybe_async/Cargo.toml index 5eb4f83ae..8bff37682 100644 --- a/utils/maybe_async/Cargo.toml +++ b/utils/maybe_async/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "winter-maybe-async" -version = "0.10.0" +version = "0.10.1" description = "sync/async macro for winterfell" authors = ["winterfell contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/facebook/winterfell" -documentation = "https://docs.rs/winter-maybe-async/0.10.0" +documentation = "https://docs.rs/winter-maybe-async/0.10.1" keywords = ["async"] edition = "2021" rust-version = "1.78"