From cd09d6f9dd1728f1ae433299eee821cb765f2525 Mon Sep 17 00:00:00 2001 From: Ali Aliyev Date: Mon, 8 Jun 2026 21:01:04 +0400 Subject: [PATCH] chore: release v0.16.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497d4c4..a24ada2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.16.2] - 2026-06-08 + + + ## [0.16.1] - 2026-05-27 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index e1605ca..6a6f44b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.16.1" +version = "0.16.2" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"