Skip to content

Commit

Permalink
prepare 0.9.0 release (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored Jul 11, 2023
1 parent 85a0f9d commit 56e8a8a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 38 deletions.
16 changes: 0 additions & 16 deletions .chloggen/chloggen-disallow-empty-strings.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/codeboten_multimod-diff.yaml

This file was deleted.

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

<!-- next version -->

## v0.9.0

### 💡 Enhancements 💡

- `multimod`: add diff command to multimod to show files that have changed since a specified tag (#350)

### 🧰 Bug fixes 🧰

- `chloggen`: Disallow whitespace-only values (#164)

## v0.8.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.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/build-tools v0.8.0
go.opentelemetry.io/build-tools v0.9.0
go.uber.org/zap v1.24.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.8.0
go.opentelemetry.io/build-tools v0.9.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 @@ -184,7 +184,7 @@ require (
github.com/yeya24/promlinter v0.2.0 // indirect
github.com/ykadowak/zerologlint v0.1.2 // indirect
gitlab.com/bosi/decorder v0.2.3 // indirect
go.opentelemetry.io/build-tools v0.8.0 // indirect
go.opentelemetry.io/build-tools v0.9.0 // indirect
go.tmz.dev/musttag v0.7.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.11.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.8.0
go.opentelemetry.io/build-tools v0.9.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.8.0
go.opentelemetry.io/build-tools v0.9.0
golang.org/x/mod v0.12.0
golang.org/x/text v0.11.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.8.0
version: v0.9.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkdoc
Expand Down

0 comments on commit 56e8a8a

Please sign in to comment.