File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 6.1.0
3
+ ## 6.1.0 (2024-01-09)
4
4
5
5
* ` geoipupdate ` now sets the version in the ` User-Agent ` header to the
6
6
version in the binary. While there were no issues with the version in the
Original file line number Diff line number Diff line change 10
10
If not, follow [ these instructions] ( https://docs.docker.com/build/building/multi-platform/ ) .
11
11
* Log in to your Docker Hub account (be sure to be in our organization):
12
12
` docker login ` .
13
+ * Follow [ these instructions] ( https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry ) ,
14
+ to log in to ` ghcr.io ` with ` docker login ` .
13
15
* Run ` GITHUB_TOKEN=<your token> ./dev-bin/release.sh ` . For ` goreleaser ` you
14
16
will need a token with the ` repo ` scope. You may create a token
15
17
[ here] ( https://github.com/settings/tokens/new ) .
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/kr/text v0.2.0 // indirect
16
16
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
17
17
github.com/pmezard/go-difflib v1.0.0 // indirect
18
- golang.org/x/sys v0.8 .0 // indirect
18
+ golang.org/x/sys v0.16 .0 // indirect
19
19
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
20
20
gopkg.in/yaml.v3 v3.0.1 // indirect
21
21
)
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
19
19
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
20
20
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ =
21
21
golang.org/x/sync v0.6.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
22
- golang.org/x/sys v0.8 .0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU =
23
- golang.org/x/sys v0.8 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
22
+ golang.org/x/sys v0.16 .0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU =
23
+ golang.org/x/sys v0.16 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
24
24
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
25
25
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U =
26
26
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change 2
2
package vars
3
3
4
4
// Version defines the current geoipupdate version.
5
- var Version = "6.0 .0"
5
+ var Version = "6.1 .0"
You can’t perform that action at this time.
0 commit comments