From aa062292f78b99f9d0ca6ec856535d6b3000267c Mon Sep 17 00:00:00 2001 From: Dennis Hamester Date: Fri, 29 Nov 2024 21:18:11 +0100 Subject: [PATCH] aldrin-macros 0.10.1 release --- Cargo.lock | 2 +- aldrin/Cargo.toml | 2 +- core/Cargo.toml | 2 +- macros/CHANGELOG.md | 3 ++- macros/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45978eee..36c5a596 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "aldrin-macros" -version = "0.10.0" +version = "0.10.1" dependencies = [ "aldrin", "aldrin-codegen", diff --git a/aldrin/Cargo.toml b/aldrin/Cargo.toml index 72ca6400..79733078 100644 --- a/aldrin/Cargo.toml +++ b/aldrin/Cargo.toml @@ -45,7 +45,7 @@ features = ["new-v4-ids"] [dependencies.aldrin-macros] optional = true -version = "0.10.0" +version = "0.10.1" path = "../macros" default-features = false diff --git a/core/Cargo.toml b/core/Cargo.toml index b99356cf..cea74983 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -46,7 +46,7 @@ thiserror = { workspace = true } [dependencies.aldrin-macros] optional = true -version = "0.10.0" +version = "0.10.1" path = "../macros" default-features = false diff --git a/macros/CHANGELOG.md b/macros/CHANGELOG.md index bc41ef3b..fa0d5b55 100644 --- a/macros/CHANGELOG.md +++ b/macros/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.10.1] - 2024-11-29 ### Fixed @@ -79,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. +[0.10.1]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.10.1 [0.10.0]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.10.0 [0.9.0]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.9.0 [0.8.0]: https://github.com/dennis-hamester/aldrin/releases/tag/aldrin-macros-0.8.0 diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b65e0f2d..37d77f46 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aldrin-macros" description = "Aldrin macros." -version = "0.10.0" +version = "0.10.1" authors.workspace = true categories.workspace = true