release: v1.7.0 (coordinated lockstep bump)
This commit is contained in:
@@ -6,6 +6,15 @@ This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## [1.7.0] — 2026-08-14
|
||||||
|
|
||||||
|
Minor — coordinated framework release (lockstep versioning). No changes to this module's own API.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Bumped einherjar dependencies to v1.7.0. The behavioural changes in this release are in `spa-server`
|
||||||
|
(per-file Cache-Control, a navigation-scoped SPA fallback, nosniff, and a non-root image).
|
||||||
|
|
||||||
## [1.6.0] — 2026-08-13
|
## [1.6.0] — 2026-08-13
|
||||||
|
|
||||||
Minor — coordinated framework release (lockstep versioning). No changes to this module's own API.
|
Minor — coordinated framework release (lockstep versioning). No changes to this module's own API.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# einherjar/worker
|
# einherjar/worker
|
||||||
|
|
||||||
[](https://code.nochebuena.dev/einherjar/worker)
|
[](https://code.nochebuena.dev/einherjar/worker)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://go.dev)
|
[](https://go.dev)
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ module code.nochebuena.dev/einherjar/worker
|
|||||||
|
|
||||||
go 1.26
|
go 1.26
|
||||||
|
|
||||||
require code.nochebuena.dev/einherjar/contracts v1.6.0
|
require code.nochebuena.dev/einherjar/contracts v1.7.0
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
code.nochebuena.dev/einherjar/contracts v1.6.0 h1:Y+8B+m4kQR5l/6lMY7SYdvIbwhFOnliCXDv9oBCOUP4=
|
code.nochebuena.dev/einherjar/contracts v1.7.0 h1:yhbtmvE8u6KXcuG95p888+4tDIiTXDf5z/siKrjGbrc=
|
||||||
code.nochebuena.dev/einherjar/contracts v1.6.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
|
code.nochebuena.dev/einherjar/contracts v1.7.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
|
||||||
|
|||||||
Reference in New Issue
Block a user