From 3f9bcbf0ae6f99bad52cfbe65978067ec425d634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Tue, 24 Dec 2024 15:03:10 +0100 Subject: [PATCH] docs: Update changelog for version 1.5.6 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef290e..70a41a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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). +## [1.5.6](https://github.com/pawamoy/copier-uv/releases/tag/1.5.6) - 2024-12-24 + +[Compare with 1.5.5](https://github.com/pawamoy/copier-uv/compare/1.5.5...1.5.6) + +### Code Refactoring + +- Fallback onto finding current project version in CHANGELOG.md when Git tags give 0.1 or less ([da5df83](https://github.com/pawamoy/copier-uv/commit/da5df834ce79ff3d7920f914adccc746a4d9e5af) by Timothée Mazzucotelli). + ## [1.5.5](https://github.com/pawamoy/copier-uv/releases/tag/1.5.5) - 2024-12-23 [Compare with 1.5.4](https://github.com/pawamoy/copier-uv/compare/1.5.4...1.5.5)