Skip to content

Commit 02fd688

Browse files
authored
Create new version: 1.3.5 (#851)
**Description:** Create new version: 1.3.5 This creates a new version with your changes.
1 parent 8b62b34 commit 02fd688

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## Unreleased
1010

11+
## [1.35.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.35.0) - 2025-05-14
12+
13+
- Code and module cleanup
14+
1115
## [1.34.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.34.0) - 2024-11-19
1216

1317
- OTel-Collector v0.114.0 dependencies. [#814](https://github.com/lightstep/otel-launcher-go/pull/814)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.0
1+
1.35.0

launcher/version.go

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

1515
package launcher
1616

17-
const version = "1.34.0"
17+
const version = "1.35.0"

tools/tag_version.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ if [ -z "$VERSION" ]; then
2020
exit 1
2121
fi
2222

23-
echo $VERSION > ./VERSION
23+
echo $VERSION >./VERSION
2424

2525
sed -i '' "s/const version.*/const version = \"$VERSION\"/" ./launcher/version.go
26-
27-
(cd pipelines && go get github.com/lightstep/otel-launcher-go/lightstep/sdk/metric@v$VERSION)
28-
(cd pipelines && go get github.com/lightstep/otel-launcher-go/lightstep/instrumentation@v$VERSION)
29-
(cd lightstep/sdk/metric && go get github.com/lightstep/otel-launcher-go/lightstep/sdk/internal@v$VERSION)
30-
(cd lightstep/sdk/trace && go get github.com/lightstep/otel-launcher-go/lightstep/sdk/internal@v$VERSION)
31-
(cd lightstep/sdk/metric/example && go get github.com/lightstep/otel-launcher-go/lightstep/sdk/metric@v$VERSION)
32-
33-
go get github.com/lightstep/otel-launcher-go/pipelines@v$VERSION

0 commit comments

Comments
 (0)