From d9636dafdeae47aa17bd0fe5e2a6682f9303e0c8 Mon Sep 17 00:00:00 2001 From: Konstantinos Athanasiou Date: Thu, 22 Jan 2026 21:42:18 +0200 Subject: [PATCH] chore: release v0.14.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdce61..7cd3e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.14.2] - 2026-01-22 + +### 🚀 Features + +- Add support for release-plz ([#110](https://github.com/dinosath/baker/pull/110)) + + + ## [0.13.1] - 2025-11-12 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 1db5f73..8103526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.14.1" +version = "0.14.2" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"