Skip to content

Commit edb92d6

Browse files
authored
release v0.15.4 (#282)
* release v0.15.4 --------- Signed-off-by: William Van Hevelingen <[email protected]>
1 parent 7df7c64 commit edb92d6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ executors:
66
# Whenever the Go version is updated here, .promu.yml should also be updated.
77
golang:
88
docker:
9-
- image: cimg/go:1.24
9+
- image: cimg/go:1.25
1010
golang_memcached:
1111
docker:
12-
- image: cimg/go:1.24
12+
- image: cimg/go:1.25
1313
- image: memcached
1414
jobs:
1515
test:

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go:
22
# Whenever the Go version is updated here, .circle/config.yml should also
33
# be updated.
4-
version: 1.24
4+
version: 1.25
55
repository:
66
path: github.com/prometheus/memcached_exporter
77
build:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.4 / 2025-10-14
2+
3+
* [CHANGE] Update dependencies
4+
15
## 0.15.3 / 2025-05-28
26

37
* [CHANGE] Update dependencies

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.3
1+
0.15.4

0 commit comments

Comments
 (0)