Bump SDK version to 0.2.2#95
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the Fizzy SDK version to 0.2.2 across the multi-language clients to keep published artifacts and runtime version constants aligned.
Changes:
- Updated SDK version constants in Go, TypeScript, Ruby, Swift, and Kotlin to
0.2.2. - Updated TypeScript and Ruby package manifests/lockfiles to reflect
0.2.2. - Updated the Swift version test expectation to
0.2.2.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Reviewed changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| typescript/src/client.ts | Bumped exported TypeScript SDK VERSION constant to 0.2.2. |
| typescript/package.json | Bumped @37signals/fizzy package version to 0.2.2. |
| typescript/package-lock.json | Synced TypeScript lockfile version metadata to 0.2.2. |
| package.json | Bumped root @basecamp/fizzy package version to 0.2.2. |
| ruby/lib/fizzy/version.rb | Bumped Ruby SDK VERSION constant to 0.2.2. |
| ruby/Gemfile.lock | Synced Ruby lockfile to fizzy-sdk (0.2.2). |
| conformance/runner/ruby/Gemfile.lock | Synced Ruby conformance runner lockfile to fizzy-sdk (0.2.2). |
| swift/Sources/Fizzy/FizzyConfig.swift | Bumped Swift SDK version constant to 0.2.2. |
| swift/Tests/FizzyTests/FizzyTests.swift | Updated Swift test to assert SDK version 0.2.2. |
| kotlin/sdk/src/commonMain/kotlin/com/basecamp/fizzy/FizzyConfig.kt | Bumped Kotlin SDK VERSION constant to 0.2.2. |
| kotlin/sdk/build.gradle.kts | Bumped Kotlin SDK Gradle project version to 0.2.2. |
Files not reviewed (1)
- typescript/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Summary by cubic
Bumped SDK version to 0.2.2 across Go, Swift, Kotlin, Ruby (
fizzy-sdk), and TypeScript (@37signals/fizzy,@basecamp/fizzy).Synced Ruby and TypeScript lockfiles (including conformance runners) and updated the bump script to do this automatically; also updated the Swift version test.
Written for commit 90d52ee. Summary will update on new commits.