From 3039f66d0b8def869ccd2e9b3038ab1706cc2160 Mon Sep 17 00:00:00 2001 From: DavidBabinec Date: Tue, 18 Aug 2026 13:42:56 +0200 Subject: [PATCH] chore(changelog): open 0.0.17 instead of an Unreleased bucket An Unreleased heading defers the versioning decision to whoever cuts the release, long after the person who understood the change has gone. In practice it just accumulated: ten PRs merged above this section while it stayed empty. A bare version number with no date says the same thing and forces the decision at the moment of the change. The missing date is what marks it unreleased, so releasing means adding a date rather than renaming a section and moving entries. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bfb7858b..5b4e4c5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to Instatic will be documented here. This project is pre-1.0. Breaking changes may appear in minor or patch releases until a stable release line exists. -## Unreleased +## 0.0.17 ## 0.0.16 - 2026-08-11