From 9dc739e5919f38fa54b7cb62314caf1e6861844a Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Tue, 26 May 2026 08:49:19 +0300 Subject: [PATCH] Bump VERSION to 0.1.2; widen landing page to 55rem --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- docs/index.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff57d407da7b22f274abb5e18ef0487109c2c816..2b8b5dd667fef19fb8914e4c468c60983812c5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.2] — 2026-05-26 + +### Changed +- Landing page: widen body `max-width` from 44rem to 55rem. + ## [0.1.1] — 2026-05-26 ### Added @@ -69,5 +74,6 @@ with a single static Go binary. must look in the same place. [Unreleased]: https://git.srht.bigb.es/~bigbes/ci-cacher/log/master +[0.1.2]: https://git.srht.bigb.es/~bigbes/ci-cacher/refs/v0.1.2 [0.1.1]: https://git.srht.bigb.es/~bigbes/ci-cacher/refs/v0.1.1 [0.1.0]: https://git.srht.bigb.es/~bigbes/ci-cacher/refs/v0.1.0 diff --git a/VERSION b/VERSION index 17e51c385ea382d4f2ef124b7032c1604845622d..d917d3e26adc9854b4569871e20111c38de2606f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/docs/index.html b/docs/index.html index 983271549cf52857d69eb91770e67aef2abc695f..68efb0cfbd96666f7e36d256a6ed034128552fb2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ * { box-sizing: border-box; } html, body { background: var(--bg); color: var(--fg); } body { - max-width: 44rem; + max-width: 55rem; margin: 2rem auto; padding: 0 1.25rem 4rem; font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;