Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v0.3.0 #22

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.3.0](https://github.com/Arthur1/otlc/compare/v0.2.2...v0.3.0) - 2024-08-27
- (nit) remove an unused job on wf-release-binary by @Arthur1 in https://github.com/Arthur1/otlc/pull/14
- ci: set version of setup-go's go version stable by @Arthur1 in https://github.com/Arthur1/otlc/pull/17
- always use latest golang image by @Arthur1 in https://github.com/Arthur1/otlc/pull/18
- Update opentelemetry-go monorepo to v1.29.0 by @renovate in https://github.com/Arthur1/otlc/pull/16
- Add options to set Instrumentation Scope by @Arthur1 in https://github.com/Arthur1/otlc/pull/19
- fix: always use latest golang image by @Arthur1 in https://github.com/Arthur1/otlc/pull/20

## [v0.2.2](https://github.com/Arthur1/otlc/compare/v0.2.1...v0.2.2) - 2024-08-22
- writes some unit tests by @Arthur1 in https://github.com/Arthur1/otlc/pull/8
- show coverage on tparse by @Arthur1 in https://github.com/Arthur1/otlc/pull/10
Expand Down
Loading