Skip to content

Commit b1a2eda

Browse files
Julien Pivottoroidelapluie
Julien Pivotto
authored andcommitted
Release 0.13.0
Signed-off-by: Julien Pivotto <[email protected]>
1 parent f1c0ec2 commit b1a2eda

File tree

6 files changed

+42
-225
lines changed

6 files changed

+42
-225
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ executors:
55
# Whenever the Go version is updated here, .promu.yml should also be updated.
66
golang:
77
docker:
8-
- image: circleci/golang:1.16
8+
- image: circleci/golang:1.17
99

1010
jobs:
1111
test:

.promu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go:
2-
# Whenever the Go version is updated here, .travis.yml and
2+
# Whenever the Go version is updated here,
33
# .circle/config.yml should also be updated.
4-
version: 1.16
4+
version: 1.17
55
repository:
66
path: github.com/prometheus/promu
77
build:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.0 / 2021-11-06
2+
3+
* [ENHANCEMENT] Add windows/arm64 platform #225
4+
15
## 0.12.0 / 2021-04-12
26

37
* [CHANGE] Unified CGO crossbuild image #219

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ require (
44
github.com/Masterminds/semver v1.5.0
55
github.com/google/go-github/v25 v25.1.3
66
github.com/pkg/errors v0.9.1
7-
github.com/prometheus/common v0.19.0
8-
go.uber.org/atomic v1.7.0
9-
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
7+
github.com/prometheus/common v0.32.1
8+
go.uber.org/atomic v1.9.0
9+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
1010
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1111
gopkg.in/yaml.v2 v2.4.0
1212
)

0 commit comments

Comments
 (0)