Skip to content

Commit

Permalink
Release 0.30.0 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Sep 17, 2020
1 parent facd110 commit fcedc4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/uber-go/tally v3.3.17+incompatible
github.com/uber/jaeger-client-go v2.23.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
go.temporal.io/api v0.29.1-0.20200831202647-cfb813c64610
go.temporal.io/api v0.30.0
go.uber.org/atomic v1.6.0
go.uber.org/goleak v1.0.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/uber/jaeger-client-go v2.23.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMW
github.com/uber/jaeger-lib v2.2.0+incompatible h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw=
github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.temporal.io/api v0.29.1-0.20200831202647-cfb813c64610 h1:amKK/YYWJ1wCbO12Dh3Tb7n8axYksMQIYDsS2waG1nc=
go.temporal.io/api v0.29.1-0.20200831202647-cfb813c64610/go.mod h1:GiSuP5N3W5gQIN2A5ELDMwxOeHpEuJ5mUVsI0KflOwM=
go.temporal.io/api v0.30.0 h1:N/nZVkn9TpqpYMsvhQ/3uVXr5xYGDsi0qxMcjGYWIYI=
go.temporal.io/api v0.30.0/go.mod h1:GiSuP5N3W5gQIN2A5ELDMwxOeHpEuJ5mUVsI0KflOwM=
go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk=
go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
go.uber.org/goleak v1.0.0 h1:qsup4IcBdlmsnGfqyLl4Ntn3C2XCCuKAE7DwHpScyUo=
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package internal
// This represents API changes visible to Temporal SDK consumers, i.e. developers
// that are writing workflows. So every time we change API that can affect them we have to change this number.
// Format: MAJOR.MINOR.PATCH
const SDKVersion = "0.29.0"
const SDKVersion = "0.30.0"

// SDKFeatureVersion is a semver that represents the feature set version of this Temporal SDK support.
// This can be used for client capability check, on Temporal server, for backward compatibility.
Expand Down

0 comments on commit fcedc4c

Please sign in to comment.