M CHANGELOG.md => CHANGELOG.md +6 -0
@@ 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
M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
-0.1.1
+0.1.2
M docs/index.html => docs/index.html +1 -1
@@ 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;