Skip to content

Commit

Permalink
Release 0.16.0 (#658)
Browse files Browse the repository at this point in the history
* Update version to 0.16.0, exclude githubgen

* Prepare tools for version v0.16.0

* make tidy

* Update changelog, exclude githubgen
  • Loading branch information
jade-guiton-dd authored Jan 9, 2025
1 parent 20a1947 commit 32831a4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 22 deletions.
16 changes: 0 additions & 16 deletions .chloggen/crosslink-tidy-v1.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

<!-- next version -->

## v0.16.0

### 💡 Enhancements 💡

- `crosslink`: Adds a 'tidy' subcommand to generate 'go mod tidy' schedules (#642)

## v0.15.0

### 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion crosslink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/build-tools v0.15.0
go.opentelemetry.io/build-tools v0.16.0
go.uber.org/zap v1.27.0
golang.org/x/mod v0.22.0
)
Expand Down
2 changes: 1 addition & 1 deletion dbotconf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/build-tools v0.15.0
go.opentelemetry.io/build-tools v0.16.0
golang.org/x/mod v0.22.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ require (
gitlab.com/bosi/decorder v0.4.2 // indirect
go-simpler.org/musttag v0.13.0 // indirect
go-simpler.org/sloglint v0.7.2 // indirect
go.opentelemetry.io/build-tools v0.15.0 // indirect
go.opentelemetry.io/build-tools v0.16.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion multimod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/build-tools v0.15.0
go.opentelemetry.io/build-tools v0.16.0
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.22.0
)
Expand Down
2 changes: 1 addition & 1 deletion semconvgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/spf13/pflag v1.0.5
go.opentelemetry.io/build-tools v0.15.0
go.opentelemetry.io/build-tools v0.16.0
golang.org/x/mod v0.22.0
golang.org/x/text v0.21.0
)
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module-sets:
tools:
version: v0.15.0
version: v0.16.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkfile
Expand Down

0 comments on commit 32831a4

Please sign in to comment.