Skip to content

Commit

Permalink
Release v0.15.0 (#614)
Browse files Browse the repository at this point in the history
* bump version

Signed-off-by: Moritz Wiesinger <[email protected]>

* Prepare tools for version v0.15.0

* go mod tidy

Signed-off-by: Moritz Wiesinger <[email protected]>

* update changelog

Signed-off-by: Moritz Wiesinger <[email protected]>

---------

Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies authored Nov 7, 2024
1 parent d417b09 commit b5a844a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 54 deletions.
16 changes: 0 additions & 16 deletions .chloggen/bump-go1.22.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mowies-fix-chloggen-output.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mx-psi_better-multimod-errors.yaml

This file was deleted.

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

<!-- next version -->

## v0.15.0

### 💡 Enhancements 💡

- `all`: bump minimum Go version to 1.22 (#605)
- `multimod`: Improve error message when the Go proxy misbehaves (#610)

### 🧰 Bug fixes 🧰

- `chloggen`: Fix bug that directed all output to stderr (#612)

## v0.14.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.9.0
go.opentelemetry.io/build-tools v0.14.0
go.opentelemetry.io/build-tools v0.15.0
go.uber.org/zap v1.27.0
golang.org/x/mod v0.21.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.9.0
go.opentelemetry.io/build-tools v0.14.0
go.opentelemetry.io/build-tools v0.15.0
golang.org/x/mod v0.21.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 @@ -193,7 +193,7 @@ require (
gitlab.com/bosi/decorder v0.4.2 // indirect
go-simpler.org/musttag v0.12.2 // indirect
go-simpler.org/sloglint v0.7.2 // indirect
go.opentelemetry.io/build-tools v0.14.0 // indirect
go.opentelemetry.io/build-tools v0.15.0 // indirect
go.uber.org/automaxprocs v1.5.3 // 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.9.0
go.opentelemetry.io/build-tools v0.14.0
go.opentelemetry.io/build-tools v0.15.0
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.21.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.14.0
go.opentelemetry.io/build-tools v0.15.0
golang.org/x/mod v0.21.0
golang.org/x/text v0.19.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.14.0
version: v0.15.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkfile
Expand Down

0 comments on commit b5a844a

Please sign in to comment.