Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Prepare release 2.29.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed May 24, 2021
1 parent ee200a7 commit f5d688f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Changes by Version
==================

2.29.1 (unreleased)
2.29.2 (unreleased)
-------------------
- Nothing yet.


2.29.1 (2021-05-24)
-------------------
- Remove dependency on "testing" in "thrift" (#586) -- @yurishkuro


2.29.0 (2021-05-20)
-------------------
- Update vendored thrift to 0.14.1 (#584) -- @nhatthm
Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
// JaegerClientVersion is the version of the client library reported as Span tag.
JaegerClientVersion = "Go-2.29.1-dev"
JaegerClientVersion = "Go-2.29.1"

// JaegerClientVersionTagKey is the name of the tag used to report client version.
JaegerClientVersionTagKey = "jaeger.version"
Expand Down
2 changes: 1 addition & 1 deletion thrift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a partial copy of Apache Thrift v0.14.1 (https://github.com/apache/thrif

It is vendored code to avoid compatibility issues with Thrift versions.

The file logger.go is modified to remove dependency on "testing" (see Issuer #585).
The file logger.go is modified to remove dependency on "testing" (see Issue #585).

See:
* https://github.com/jaegertracing/jaeger-client-go/pull/584
Expand Down

0 comments on commit f5d688f

Please sign in to comment.