diff --git a/CHANGELOG.md b/CHANGELOG.md index 1899f69..248bb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.15.0] - 2026-03-02 + +### 🚀 Features + +- Add option to print post-hook stdout + +### 🐛 Bug Fixes + +- Stream post-hook stdout in real time when print_stdout is enabled + +### 🎨 Styling + +- Apply cargo fmt + + + ## [0.14.4] - 2026-02-09 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 5767c07..14cc68e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baker" -version = "0.14.4" +version = "0.15.0" edition = "2021" authors = ["Ali Aliyev "] repository = "https://github.com/aliev/baker"