Skip to content

Commit

Permalink
updated winter-maybe-async crate version to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Oct 4, 2024
1 parent e92e541 commit 9a9377f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions utils/maybe_async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9a9377f

Please sign in to comment.