chore(auth): framework version alignment to v1.1.1

This commit is contained in:
2026-08-07 23:34:09 -06:00
parent 1ee92df63c
commit 6da53dc4ca
4 changed files with 15 additions and 10 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## v1.1.1 — 2026-08-07
Patch — coordinated framework version alignment. Bumped `contracts`, `core`, `web` to v1.1.1.
No code or API changes.
## v1.1.0 — 2026-08-07
Coordinated framework version alignment — released in lockstep at v1.1.0.
+1 -1
View File
@@ -1,6 +1,6 @@
# einherjar/auth
[![version](https://img.shields.io/badge/version-v1.1.0-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/auth)
[![version](https://img.shields.io/badge/version-v1.1.1-5C4EE5?style=flat-square)](https://code.nochebuena.dev/einherjar/auth)
[![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)
+3 -3
View File
@@ -3,9 +3,9 @@ module code.nochebuena.dev/einherjar/auth
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.1.0
code.nochebuena.dev/einherjar/core v1.1.0
code.nochebuena.dev/einherjar/web v1.1.0
code.nochebuena.dev/einherjar/contracts v1.1.1
code.nochebuena.dev/einherjar/core v1.1.1
code.nochebuena.dev/einherjar/web v1.1.1
)
require (
+6 -6
View File
@@ -1,9 +1,9 @@
code.nochebuena.dev/einherjar/contracts v1.1.0 h1:GsGr6reyrd9qCc7D8CqbT1LWPTeeK9lT4r4EdsNA5Ro=
code.nochebuena.dev/einherjar/contracts v1.1.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
code.nochebuena.dev/einherjar/core v1.1.0 h1:zxj9bFPthEEFRnvWV/vgNZqWa2y/kAo3p5pODWablyk=
code.nochebuena.dev/einherjar/core v1.1.0/go.mod h1:Ot2JbjsnZ33Ed5C9Ev1kSn2PW+F4dLz/LRwIUh+fYt0=
code.nochebuena.dev/einherjar/web v1.1.0 h1:Re2GOwnmDmOipcB2SVj57DhaAU+JeGaoTO474kfDBqM=
code.nochebuena.dev/einherjar/web v1.1.0/go.mod h1:va8lFwW3OXdKp3Is8UE9hZjv1c6esQM4+dWMfUMWsjs=
code.nochebuena.dev/einherjar/contracts v1.1.1 h1:MRQUR8Q1D4wIOUIz11vpAdsapWqFTMwr0/VRvWbGO3s=
code.nochebuena.dev/einherjar/contracts v1.1.1/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
code.nochebuena.dev/einherjar/core v1.1.1 h1:W6V/Peh1ffWjqZnBuBQLn4UGM+bgvWt9MQuktTEfDFw=
code.nochebuena.dev/einherjar/core v1.1.1/go.mod h1:ninuZlnO178zC4rOdt5vjGojnlOpygP8cDorrecAeTY=
code.nochebuena.dev/einherjar/web v1.1.1 h1:ezoyXouo/ClPMPNagMmMMWIEONlyff0VioFEGYz1bX8=
code.nochebuena.dev/einherjar/web v1.1.1/go.mod h1:LGIaGgwZIf6e66rttM27FxP+RMfl0R+ZMUg/56wi70A=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gabriel-vasile/mimetype v1.4.12 h1:e9hWvmLYvtp846tLHam2o++qitpguFiYCKbn0w9jyqw=