From dc65aa8c7697261ca41dc8278cd6022afd93a4ac Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Wed, 28 Feb 2024 17:55:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20mommy=20is=20comfortable=20with?= =?UTF-8?q?=20v1.5.0~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 2 +- version | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2a38c..11ac845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.5.0] -- 2024-02-28 ### added * 🦓 mommy now supports templates with literal slashes using `%%S%%`~ ([#107](https://github.com/FWDekker/mommy/issues/107)) * 🐟 mommy added completions for fish and zsh for the new options introduced in v1.4.0~ ([#105](https://github.com/FWDekker/mommy/issues/105)) diff --git a/README.md b/README.md index b003868..5624f71 100644 --- a/README.md +++ b/README.md @@ -801,7 +801,7 @@ which can be activated using a `workflow_dispatch` event~ * update `version`~ * update all changelogs~ * update `CHANGELOG.md`~ - * do not leave a placeholder section for `[Unreleased]`, because that will end up in the `.deb`'s + * do not leave a placeholder section for `[unreleased]`, because it will end up like that in the `.deb`'s `changelog.gz`~ * remove empty subsections for the new release~ * ensure no line breaks are used as whitespace; diff --git a/version b/version index 507c3c5..3c3f7f2 100644 --- a/version +++ b/version @@ -1,2 +1,2 @@ -1.4.0 -2024-02-17 +1.5.0 +2024-02-28