Skip to content

Commit

Permalink
Release 0.12.0 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Sep 25, 2023
1 parent 2382304 commit bb619d8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 22 deletions.
16 changes: 0 additions & 16 deletions .chloggen/add-component-validation.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 -->

## 0.12.0

### 💡 Enhancements 💡

- `chloggen`: add component validation (#401)

## v0.11.0

### 🛑 Breaking changes 🛑
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.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/build-tools v0.11.0
go.opentelemetry.io/build-tools v0.12.0
go.uber.org/zap v1.26.0
golang.org/x/mod v0.12.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.19
require (
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/build-tools v0.11.0
go.opentelemetry.io/build-tools v0.12.0
golang.org/x/mod v0.12.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 @@ -185,7 +185,7 @@ require (
github.com/yeya24/promlinter v0.2.0 // indirect
github.com/ykadowak/zerologlint v0.1.3 // indirect
gitlab.com/bosi/decorder v0.4.0 // indirect
go.opentelemetry.io/build-tools v0.11.0 // indirect
go.opentelemetry.io/build-tools v0.12.0 // indirect
go.tmz.dev/musttag v0.7.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.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.7.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/build-tools v0.11.0
go.opentelemetry.io/build-tools v0.12.0
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.12.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.19

require (
github.com/spf13/pflag v1.0.5
go.opentelemetry.io/build-tools v0.11.0
go.opentelemetry.io/build-tools v0.12.0
golang.org/x/mod v0.12.0
golang.org/x/text v0.13.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.11.0
version: v0.12.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkfile
Expand Down

0 comments on commit bb619d8

Please sign in to comment.