From 55e10eab07c6c1c45d92ab384237f0852fe65672 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Sun, 14 Jul 2024 16:31:55 +0300 Subject: [PATCH] Bump bugfix version --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7013fcde..694c018e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## 0.19.1 - 2024-07-14 ### Fixed - Fix mutators for generic fields (see issue #149) diff --git a/Cargo.toml b/Cargo.toml index 444da74b..a3003632 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.19.0" +version = "0.19.1" 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.19.0" } +typed-builder-macro = { path = "typed-builder-macro", version = "=0.19.1" }