Skip to content

Commit

Permalink
prepare 1.5.1 (#136)
Browse files Browse the repository at this point in the history
- tag `github.com/lightstep/otel-launcher-go/pipelines` and update go.mod for launcher
  • Loading branch information
Alex Boten authored Mar 24, 2022
1 parent 1a161ed commit be0e900
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [1.5.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.5.1) - 2022-03-24

### 🧰 Bug fixes 🧰

- tag `github.com/lightstep/otel-launcher-go/pipelines` and update go.mod for launcher

## [1.5.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.5.0) - 2022-03-18

## 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/kr/text v0.2.0 // indirect
github.com/lightstep/otel-launcher-go/pipelines v0.0.0-20220106234948-aab622036bba
github.com/lightstep/otel-launcher-go/pipelines v1.5.1
github.com/sethvargo/go-envconfig v0.5.0
github.com/stretchr/testify v1.7.1
go.opentelemetry.io/otel v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion launcher/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package launcher

const version = "1.5.0"
const version = "1.5.1"
2 changes: 1 addition & 1 deletion tools/tag_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ fi
echo $VERSION > ./VERSION

sed -i '' "s/const version.*/const version = \"$VERSION\"/" ./launcher/version.go

go get github.com/lightstep/otel-launcher-go/pipelines@v$VERSION

0 comments on commit be0e900

Please sign in to comment.