Skip to content

Commit

Permalink
Release v0.2.0 (#4)
Browse files Browse the repository at this point in the history
* Prepare for releasing v0.2.0

* Update CHANGELOG
  • Loading branch information
XSAM committed Mar 24, 2021
1 parent 5358456 commit 6ed3efa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.2.0] - 2021-03-24

### Changed

- Upgrade to 0.19.0 of `go.opentelemetry.io/otel`. (#3)
Expand All @@ -24,5 +26,6 @@ It contains instrumentation for trace and depends on OTel `0.18.0`.
- Example code for a basic usage.
- Apache-2.0 license.

[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/XSAM/otelsql/releases/tag/v0.2.0
[0.1.0]: https://github.com/XSAM/otelsql/releases/tag/v0.1.0
1 change: 0 additions & 1 deletion pre_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ rm -f ./version.go.bak
git checkout -b pre_release_${TAG} main

# Run precommit
make gazelle
make precommit

# Add changes and commit.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ package otelsql

// Version is the current release version of otelsql in use.
func Version() string {
return "0.1.0"
return "0.2.0"
}

0 comments on commit 6ed3efa

Please sign in to comment.