Skip to content

Commit a0880ac

Browse files
authored
Release v0.14.0 (#583)
* [chore] Bump version in versions.yaml * Prepare tools for version v0.14.0 * make tidy * make chlog-update VERSION=v0.14.0
1 parent af03a26 commit a0880ac

File tree

9 files changed

+16
-38
lines changed

9 files changed

+16
-38
lines changed

.chloggen/528-semconvgen-flag-for-custom-capitalizations.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/mx-psi_multimod-modref.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
<!-- next version -->
66

7+
## v0.14.0
8+
9+
### 💡 Enhancements 💡
10+
11+
- `semconvgen`: Add `--capitalizations-path` to allow users to add additional strings to the static capitalizations slice in generator.go (#528)
12+
13+
### 🧰 Bug fixes 🧰
14+
15+
- `multimod`: Get pseudoversion for each module in a module set separately to support moving modules between module sets. (#582)
16+
717
## v0.13.0
818

919
### 🛑 Breaking changes 🛑

crosslink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/spf13/cobra v1.8.1
99
github.com/spf13/pflag v1.0.5
1010
github.com/stretchr/testify v1.9.0
11-
go.opentelemetry.io/build-tools v0.13.0
11+
go.opentelemetry.io/build-tools v0.14.0
1212
go.uber.org/zap v1.27.0
1313
golang.org/x/mod v0.19.0
1414
)

dbotconf/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/spf13/cobra v1.8.1
77
github.com/stretchr/testify v1.9.0
8-
go.opentelemetry.io/build-tools v0.13.0
8+
go.opentelemetry.io/build-tools v0.14.0
99
golang.org/x/mod v0.19.0
1010
gopkg.in/yaml.v3 v3.0.1
1111
)

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ require (
194194
gitlab.com/bosi/decorder v0.4.2 // indirect
195195
go-simpler.org/musttag v0.12.1 // indirect
196196
go-simpler.org/sloglint v0.6.0 // indirect
197-
go.opentelemetry.io/build-tools v0.13.0 // indirect
197+
go.opentelemetry.io/build-tools v0.14.0 // indirect
198198
go.uber.org/automaxprocs v1.5.3 // indirect
199199
go.uber.org/multierr v1.11.0 // indirect
200200
go.uber.org/zap v1.27.0 // indirect

multimod/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/spf13/cobra v1.8.1
88
github.com/spf13/viper v1.19.0
99
github.com/stretchr/testify v1.9.0
10-
go.opentelemetry.io/build-tools v0.13.0
10+
go.opentelemetry.io/build-tools v0.14.0
1111
go.uber.org/multierr v1.11.0
1212
golang.org/x/mod v0.19.0
1313
)

semconvgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/spf13/pflag v1.0.5
7-
go.opentelemetry.io/build-tools v0.13.0
7+
go.opentelemetry.io/build-tools v0.14.0
88
golang.org/x/mod v0.19.0
99
golang.org/x/text v0.16.0
1010
)

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module-sets:
1616
tools:
17-
version: v0.13.0
17+
version: v0.14.0
1818
modules:
1919
- go.opentelemetry.io/build-tools
2020
- go.opentelemetry.io/build-tools/checkfile

0 commit comments

Comments
 (0)