From 5df2dca667e8d0a7f04590c81624826f25603de2 Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Sun, 17 Nov 2024 09:17:28 -0600 Subject: [PATCH] Prepare changelog for 1.3.0 --- .changes/1.3.0.md | 5 +++++ .changes/unreleased/Features-20241117-151029.yaml | 3 --- CHANGELOG.md | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .changes/1.3.0.md delete mode 100644 .changes/unreleased/Features-20241117-151029.yaml diff --git a/.changes/1.3.0.md b/.changes/1.3.0.md new file mode 100644 index 0000000..d3714cf --- /dev/null +++ b/.changes/1.3.0.md @@ -0,0 +1,5 @@ +## 1.3.0 - 2024-11-17 + +### Features + +* Re-encode the header icon as webp if it is used. diff --git a/.changes/unreleased/Features-20241117-151029.yaml b/.changes/unreleased/Features-20241117-151029.yaml deleted file mode 100644 index 573e736..0000000 --- a/.changes/unreleased/Features-20241117-151029.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Re-encode the header icon as webp if it is used. -time: 2024-11-17T15:10:29.131659881Z diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6bc56..66616a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.3.0 - 2024-11-17 + +### Features + +* Re-encode the header icon as webp if it is used. + ## 1.2.0 - 2024-11-16 ### Features