From 09b657d31e7e547a44c31b4ab0265c059dd6d155 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 02:31:33 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ macros/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a05ba3..661e032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Since version 1.1.1, the format of this changelog is based on [Keep a Changelog] Do not manually edit this file. It will be automatically updated when a new release is published. +## [1.1.1](https://github.com/scouten/async-generic/compare/async-generic-v1.1.0...async-generic-v1.1.1) }} +_30 August 2024_ + +### Fixed +* Simplify internal syntax + ## 1.1.0 _29 March 2024_ diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 8504901..bdac1e6 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-generic" -version = "1.1.0" +version = "1.1.1" description = "Write code that can be both async and synchronous without duplicating it." authors = ["Eric Scouten "] license = "MIT OR Apache-2.0"