From 5cffb19b296b670a8c076a936459b20cb4e9a405 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 13:10:38 +0000 Subject: [PATCH] chore(main): release 2.48.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 14218d97..bce1fedf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.47.0" + ".": "2.48.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1263f50..23faa25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to CHUB are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [2.48.0](https://github.com/chodeus/chub/compare/v2.47.0...v2.48.0) (2026-08-22) + + +### Features + +* **cl2k:** mirror the artwork horizontally ([#579](https://github.com/chodeus/chub/issues/579)) ([712c86b](https://github.com/chodeus/chub/commit/712c86b847514b378e1f2c3cd2ae64a264af38e8)) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([5e5476a](https://github.com/chodeus/chub/commit/5e5476a09fc9edc6bbc04bcc482b347bdddd572f)) +* **deps:** update all non-major dependencies ([#585](https://github.com/chodeus/chub/issues/585)) ([5e5476a](https://github.com/chodeus/chub/commit/5e5476a09fc9edc6bbc04bcc482b347bdddd572f)) +* **version:** check for updates against the published image, not commit count ([#587](https://github.com/chodeus/chub/issues/587)) ([937cc34](https://github.com/chodeus/chub/commit/937cc34e5755ef9c18c74b073321b96d4b3c16d4)) + + +### Refactoring + +* **cl2k:** bundle the six framing knobs into one Framing object ([#582](https://github.com/chodeus/chub/issues/582)) ([b74948b](https://github.com/chodeus/chub/commit/b74948b5bf46d84f52928dd9ec93aadbf6d468f5)) + + +### Documentation + +* BUILD_NUMBER is load-bearing, not decoration ([7bb617b](https://github.com/chodeus/chub/commit/7bb617bf8240e7e5c6ea1a0da60237b4bb4cee2b)) +* drop the last develop-era references ([eec28cd](https://github.com/chodeus/chub/commit/eec28cda3ffd6e0778d21bc47553052bc40223a0)) + ## [2.47.0](https://github.com/chodeus/chub/compare/v2.46.1...v2.47.0) (2026-08-18)