From d117f833ee909b35be4c658798950d4c0fd281b5 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Fri, 12 Apr 2024 22:44:32 +0100 Subject: [PATCH] build: release v0.15.2. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821c3b2..68efab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.15.2] - 2024-04-12 +### Changed +- docs: adds missing release date. +- test: improves coverage for changelog generation. + +### Fixed +- fix: improves error trapping when there are no changes since start tag. +- fix: numbered releases should include date in changelog heading. + ## [0.15.1] - 2023-12-30 ### Changed - docs: adds link to changelog init command.