Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed Nov 6, 2021
1 parent f1c0ec2 commit b1a2eda
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
# Whenever the Go version is updated here, .promu.yml should also be updated.
golang:
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here, .travis.yml and
# Whenever the Go version is updated here,
# .circle/config.yml should also be updated.
version: 1.16
version: 1.17
repository:
path: github.com/prometheus/promu
build:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.13.0 / 2021-11-06

* [ENHANCEMENT] Add windows/arm64 platform #225

## 0.12.0 / 2021-04-12

* [CHANGE] Unified CGO crossbuild image #219
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.13.0
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ require (
github.com/Masterminds/semver v1.5.0
github.com/google/go-github/v25 v25.1.3
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.19.0
go.uber.org/atomic v1.7.0
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
github.com/prometheus/common v0.32.1
go.uber.org/atomic v1.9.0
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
Loading

0 comments on commit b1a2eda

Please sign in to comment.