From effbe43c9836ad9a5e78759ae4de2eddecabe3c6 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Tue, 16 Apr 2024 12:55:16 +0300 Subject: [PATCH] Bump bugfix version (not actual bug - just the license thing) --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce5ddad..d44cb030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed +- Also add the licenses to the macro crate. + ## 0.18.1 - 2024-01-17 ### Fixed - Add `#[allow(clippy::no_effect_underscore_binding)]` to generated methods diff --git a/Cargo.toml b/Cargo.toml index ee75fa85..f3a90ee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "./typed-builder-macro"] [workspace.package] description = "Compile-time type-checked builder derive" -version = "0.18.1" +version = "0.18.2" authors = ["IdanArye ", "Chris Morgan "] edition = "2021" license = "MIT OR Apache-2.0" @@ -27,4 +27,4 @@ keywords.workspace = true categories.workspace = true [dependencies] -typed-builder-macro = { path = "typed-builder-macro", version = "=0.18.1" } +typed-builder-macro = { path = "typed-builder-macro", version = "=0.18.2" }