Compare commits

...

4 Commits

Author SHA1 Message Date
releaser 3c2efae019 chore(release): prepare for 0.7.5 2026-05-07 21:07:22 +00:00
releaser 2d1d741939 chore(release): prepare for 0.7.5 2026-05-07 21:07:19 +00:00
renovate 1ac50e6f2e chore(deps): update golang:1.26 docker digest to efaccb5 (#311)
auth0mock / build (push) Successful in 57s
Release / release (push) Failing after 52s
2026-05-07 21:06:12 +00:00
renovate 3c6fcbb33e chore(deps): update golang:1.26 docker digest to 4039008 (#309)
Release / release (push) Successful in 1m23s
auth0mock / build (push) Successful in 1m27s
2026-05-07 19:07:03 +00:00
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "0.7.4" "version": "0.7.5"
} }
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.7.5] - 2026-05-07
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26 docker digest to 4039008 (#309)
- *(deps)* Update golang:1.26 docker digest to efaccb5 (#311)
## [0.7.4] - 2026-05-04 ## [0.7.4] - 2026-05-04
### 🐛 Bug Fixes ### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 AS build FROM golang:1.26@sha256:efaccb5b497e90df3ebe5216cc25cd9f98e73874e2d638b56e38d4a3f098c41c AS build
WORKDIR /build WORKDIR /build
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0