Skip to content

Commit

Permalink
chore: release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten authored Sep 28, 2024
1 parent 2342349 commit 2b74115
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2b74115

Please sign in to comment.