From e8852f218528b30cf497b5e3040ac44defe006d0 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Wed, 12 Aug 2026 15:27:02 -0600 Subject: [PATCH] chore(worker): dependency refresh; framework version alignment to v1.4.0 --- 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 17731b8..9985a3a 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.4.0] — 2026-08-09 + +Minor — coordinated framework release: dependency refresh + lockstep version alignment. + +### Changed + +- Refreshed dependencies to their latest minor/patch where available. +- Bumped `contracts` to v1.4.0. + ## [1.3.0] — 2026-08-08 Minor — coordinated framework version alignment. No code or API changes in this module. diff --git a/README.md b/README.md index 6675b00..2c5b1b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # einherjar/worker -[![version](https://img.shields.io/badge/version-v1.3.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/worker) +[![version](https://img.shields.io/badge/version-v1.4.0-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 4e44231..9c5b12a 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.3.0 +require code.nochebuena.dev/einherjar/contracts v1.4.0 diff --git a/go.sum b/go.sum index 69f8172..f5865a4 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -code.nochebuena.dev/einherjar/contracts v1.3.0 h1:rm5hqaA1NBtWgH8okwwt6WLoIne1SwQ1Ogi7qbbwfY8= -code.nochebuena.dev/einherjar/contracts v1.3.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI= +code.nochebuena.dev/einherjar/contracts v1.4.0 h1:rv/93dGXmXvO90G0uxCu8y3+5+EobkVvcoxh/BywIFk= +code.nochebuena.dev/einherjar/contracts v1.4.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=