~bigbes/ci-cacher

9dc739e5919f38fa54b7cb62314caf1e6861844a — Eugene Blikh a day ago c22d27e v0.1.2
Bump VERSION to 0.1.2; widen landing page to 55rem
3 files changed, 8 insertions(+), 2 deletions(-)

M CHANGELOG.md
M VERSION
M docs/index.html
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;