File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 1- 1.34 .0
1+ 1.35 .0
Original file line number Diff line number Diff line change 1414
1515package launcher
1616
17- const version = "1.34 .0"
17+ const version = "1.35 .0"
Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ if [ -z "$VERSION" ]; then
2020 exit 1
2121fi
2222
23- echo $VERSION > ./VERSION
23+ echo $VERSION > ./VERSION
2424
2525sed -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
You can’t perform that action at this time.
0 commit comments