chore(core): framework version alignment to v1.5.0
This commit is contained in:
@@ -6,6 +6,14 @@ This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
|
||||
|
||||
---
|
||||
|
||||
## [1.5.0] — 2026-08-09
|
||||
|
||||
Minor — coordinated framework version alignment. No code or API changes in this module.
|
||||
|
||||
### Changed
|
||||
|
||||
- Bumped `contracts` to v1.5.0.
|
||||
|
||||
## [1.4.0] — 2026-08-09
|
||||
|
||||
Minor — coordinated framework release: dependency refresh + lockstep version alignment.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# einherjar/core
|
||||
|
||||
[](https://code.nochebuena.dev/einherjar/core)
|
||||
[](https://code.nochebuena.dev/einherjar/core)
|
||||
[](LICENSE)
|
||||
[](https://go.dev)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ module code.nochebuena.dev/einherjar/core
|
||||
go 1.26
|
||||
|
||||
require (
|
||||
code.nochebuena.dev/einherjar/contracts v1.4.0
|
||||
code.nochebuena.dev/einherjar/contracts v1.5.0
|
||||
github.com/go-playground/validator/v10 v10.30.3
|
||||
)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
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=
|
||||
code.nochebuena.dev/einherjar/contracts v1.5.0 h1:vDlpLXtVZ4Q4l3AR02qLQhnKnEDq2vE8+mydwg85hUU=
|
||||
code.nochebuena.dev/einherjar/contracts v1.5.0/go.mod h1:ccltUtrFb5+MEJdkx2VVEUL+xC5pupVlVVsMM8AlCWI=
|
||||
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.15 h1:05iP/CYtZ/w455R/KZM6rZ5ieAdh99UPtd+d3YzLmaI=
|
||||
|
||||
Reference in New Issue
Block a user