From 4ff24030857ac3b136369f7666094040b5cac6d1 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Sat, 28 Sep 2024 14:09:21 -0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ macros/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa24e00..d66afc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm Since version 1.1.1, the format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.1.2](https://github.com/scouten/async-generic/compare/async-generic-v1.1.1...async-generic-v1.1.2) +_28 September 2024_ + +### Fixed + +* Include license files in published crates ([#13](https://github.com/scouten/async-generic/pull/13)) + ## [1.1.1](https://github.com/scouten/async-generic/compare/async-generic-v1.1.0...async-generic-v1.1.1) _30 August 2024_ diff --git a/macros/Cargo.toml b/macros/Cargo.toml index bdac1e6..756dbf4 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-generic" -version = "1.1.1" +version = "1.1.2" description = "Write code that can be both async and synchronous without duplicating it." authors = ["Eric Scouten "] license = "MIT OR Apache-2.0"