Skip to content

Commit

Permalink
Release v0.14.0 (#583)
Browse files Browse the repository at this point in the history
* [chore] Bump version in versions.yaml

* Prepare tools for version v0.14.0

* make tidy

* make chlog-update VERSION=v0.14.0
  • Loading branch information
mx-psi authored Jul 9, 2024
1 parent af03a26 commit a0880ac
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 38 deletions.
16 changes: 0 additions & 16 deletions .chloggen/528-semconvgen-flag-for-custom-capitalizations.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mx-psi_multimod-modref.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.14.0

### 💡 Enhancements 💡

- `semconvgen`: Add `--capitalizations-path` to allow users to add additional strings to the static capitalizations slice in generator.go (#528)

### 🧰 Bug fixes 🧰

- `multimod`: Get pseudoversion for each module in a module set separately to support moving modules between module sets. (#582)

## v0.13.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.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/build-tools v0.13.0
go.opentelemetry.io/build-tools v0.14.0
go.uber.org/zap v1.27.0
golang.org/x/mod v0.19.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.20
require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/build-tools v0.13.0
go.opentelemetry.io/build-tools v0.14.0
golang.org/x/mod v0.19.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 @@ -194,7 +194,7 @@ require (
gitlab.com/bosi/decorder v0.4.2 // indirect
go-simpler.org/musttag v0.12.1 // indirect
go-simpler.org/sloglint v0.6.0 // indirect
go.opentelemetry.io/build-tools v0.13.0 // indirect
go.opentelemetry.io/build-tools v0.14.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.13.0
go.opentelemetry.io/build-tools v0.14.0
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.19.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.20

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

0 comments on commit a0880ac

Please sign in to comment.