From d0f1b9df42be6835751a715dd6f5fc60f841867f Mon Sep 17 00:00:00 2001 From: kenoss Date: Mon, 6 Jan 2025 05:09:04 +0900 Subject: [PATCH] v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- releases.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 316eafa..e020e6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "thin_delegate" -version = "0.1.0" +version = "0.2.0" dependencies = [ "derive_more", "indoc", diff --git a/Cargo.toml b/Cargo.toml index b4d099f..db03396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thin_delegate" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["keno (Ken Okada) "] categories = ["rust-patterns"] diff --git a/releases.md b/releases.md index a8686c1..415e27f 100644 --- a/releases.md +++ b/releases.md @@ -1,7 +1,7 @@ -## 0.2.0 (not yet released) +## 0.2.0 - Breaking changes - - Switched default value of `delegate_fn_with_default_impl` from `false` to `true`. (TBD) + - Switched default value of `delegate_fn_with_default_impl` from `false` to `true`. (e1e2100) ## 0.1.0