From ccf50b4c7edd932521a6503e70ed554bef76acae Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Tue, 18 Aug 2026 18:43:30 -0600 Subject: [PATCH] release: v1.7.1 (coordinated lockstep bump) --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d61934..df90e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html --- +## [1.7.1] — 2026-08-14 + +Patch — coordinated framework release (lockstep versioning). No changes to this module's own API. + +### Changed + +- Bumped einherjar dependencies to v1.7.1. The change in this release is `spa-server`'s corrected + MIME type for the PWA web app manifest (`.webmanifest` → `application/manifest+json`). + ## [1.7.0] — 2026-08-14 Minor — coordinated framework release (lockstep versioning). No changes to this module's own API. diff --git a/README.md b/README.md index 59e623d..e2057c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/worker -[![version](https://img.shields.io/badge/version-v1.7.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) +[![version](https://img.shields.io/badge/version-v1.7.1-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) [![license](https://img.shields.io/badge/license-AGPL--3.0-22863A?style=flat-square)](LICENSE) [![go](https://img.shields.io/badge/Go-1.26+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev) diff --git a/go.mod b/go.mod index 5c914cf..c688014 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker go 1.26 -require code.nochebuena.dev/einherjar/contracts v1.7.0 +require code.nochebuena.dev/einherjar/contracts v1.7.1 diff --git a/go.sum b/go.sum index 39ee9e5..58d6398 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -code.nochebuena.dev/einherjar/contracts v1.7.0 h1:yhbtmvE8u6KXcuG95p888+4tDIiTXDf5z/siKrjGbrc= -code.nochebuena.dev/einherjar/contracts v1.7.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= +code.nochebuena.dev/einherjar/contracts v1.7.1 h1:9FEW1HP+osiZT1OQE4gE9QAafIkvLSja0pRmSWX8gyA= +code.nochebuena.dev/einherjar/contracts v1.7.1/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=