Compare commits

..

2 Commits

Author SHA1 Message Date
releaser 58e91aaa4e chore(release): prepare for 0.7.7
auth0mock / build (pull_request) Successful in 1m27s
2026-06-24 06:37:51 +00:00
releaser 6d9d1a356d chore(release): prepare for 0.7.7 2026-06-24 06:37:47 +00:00
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "0.7.6"
"version": "0.7.7"
}
+8 -1
View File
@@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file.
## [0.7.6] - 2026-06-15
## [0.7.7] - 2026-06-24
### ⚙️ Miscellaneous Tasks
- *(deps)* Update actions/checkout action to v7 (#349)
- *(deps)* Update golang:1.26 docker digest to 8c5d338 (#351)
## [0.7.6] - 2026-06-16
### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26@sha256:478231bfd9677835606c249208483a3c43b31e941c1040c48747b111c7ab871c AS build
FROM golang:1.26@sha256:8c5d338aa0da7e8b034efab738460793dc48d2aac8d497c8f8617d4ef964e0a7 AS build
WORKDIR /build
ENV CGO_ENABLED=0