Skip to content

Commit

Permalink
Release 0.11.0 (#382)
Browse files Browse the repository at this point in the history
* Bump versions.yaml to v0.11.0

* Prepare tools for version v0.11.0

* Tidy and chloggen
  • Loading branch information
djaglowski authored Aug 1, 2023
1 parent 03d9547 commit 30527be
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 38 deletions.
16 changes: 0 additions & 16 deletions .chloggen/chloggen-multiple-logs.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/remove-checkdoc.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.11.0

### 🛑 Breaking changes 🛑

- `checkdoc`: checkdoc has been removed in favor of checkfile. Please use checkfile with argument --file-name README.md instead. (#378)

### 💡 Enhancements 💡

- `chloggen`: Add ability to configure separate changelogs for different audiences (#364)

## v0.10.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.10.0
go.opentelemetry.io/build-tools v0.11.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.10.0
go.opentelemetry.io/build-tools v0.11.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.10.0 // indirect
go.opentelemetry.io/build-tools v0.11.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.10.0
go.opentelemetry.io/build-tools v0.11.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.10.0
go.opentelemetry.io/build-tools v0.11.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.10.0
version: v0.11.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkfile
Expand Down

0 comments on commit 30527be

Please sign in to comment.