From 6041c907f2f1058733fa367ecc310f04c71980f2 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Thu, 25 Jun 2026 20:52:26 -0700 Subject: [PATCH] docs(layouts): promote CHANGELOG [Unreleased] to dated [0.1.0] Cut the 0.1.0 release entry ahead of registration: rename the section, drop the "registration pending" line (it contradicts a dated entry), and point the link ref at the TextMeasureLayouts-v0.1.0 tag TagBot will create. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01FzK6EkcWNHacSoJR3fXMtY --- TextMeasureLayouts/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TextMeasureLayouts/CHANGELOG.md b/TextMeasureLayouts/CHANGELOG.md index 5eedb0b..552fcfd 100644 --- a/TextMeasureLayouts/CHANGELOG.md +++ b/TextMeasureLayouts/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to TextMeasureLayouts are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.0] - 2026-06-25 First release of `TextMeasureLayouts` — shape-conforming layout utilities built on top of -TextMeasure's measure-once `Prepared`. Promoted from the in-repo `examples/layouts` package to -a top-level sibling; registration in the General registry is pending. +TextMeasure's measure-once `Prepared`. (Promoted from the former in-repo `examples/layouts` +package to a top-level sibling.) ### Added @@ -40,4 +40,4 @@ a top-level sibling; registration in the General registry is pending. - `examples/optimal_linebreaks.jl` — `knuth_plass` vs `greedy_justify` on one paragraph, flush-justified, showing the lower total badness of the optimal breaks. -[Unreleased]: https://github.com/jowch/TextMeasure.jl/tree/main/TextMeasureLayouts +[0.1.0]: https://github.com/jowch/TextMeasure.jl/releases/tag/TextMeasureLayouts-v0.1.0