Bump version to 0.16.0 - #843
Merged
Merged
Conversation
robzolkos
enabled auto-merge (squash)
September 3, 2026 18:05
There was a problem hiding this comment.
🟢 Approval recommended
The version updates and synchronized release files have no unresolved issues.
Pull request overview
Bumps all six SDKs to 0.16.0 and publishes the corresponding migration guidance.
Changes:
- Updated SDK version constants and manifests.
- Synchronized dependency lockfiles.
- Promoted migration notes to
v0.16.0.
File summaries
| File | Description |
|---|---|
typescript/src/client.ts |
Updates the TypeScript runtime version. |
typescript/package.json |
Updates the TypeScript package version. |
typescript/package-lock.json |
Synchronizes the TypeScript lockfile. |
swift/Sources/Basecamp/BasecampConfig.swift |
Updates the Swift SDK version. |
ruby/lib/basecamp/version.rb |
Updates the Ruby SDK version. |
ruby/Gemfile.lock |
Synchronizes the Ruby lockfile. |
python/uv.lock |
Synchronizes the Python lockfile. |
python/src/basecamp/_version.py |
Updates the Python runtime version. |
python/pyproject.toml |
Updates the Python package version. |
package.json |
Updates the root package version. |
MIGRATING.md |
Promotes notes for the v0.16.0 release. |
kotlin/sdk/src/commonMain/kotlin/com/basecamp/sdk/BasecampConfig.kt |
Updates the Kotlin runtime version. |
kotlin/sdk/build.gradle.kts |
Updates the Kotlin package version. |
go/pkg/basecamp/version.go |
Updates the Go SDK version. |
conformance/runner/typescript/package-lock.json |
Synchronizes the TypeScript runner lockfile. |
conformance/runner/ruby/Gemfile.lock |
Synchronizes the Ruby runner lockfile. |
conformance/runner/python/uv.lock |
Synchronizes the Python runner lockfile. |
Review details
Files not reviewed (2)
- conformance/runner/typescript/package-lock.json: Generated file
- typescript/package-lock.json: Generated file
- Files reviewed: 11/17 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
0.16.0MIGRATING.mdnotes tov0.16.0Release notes
Other
Validation
mise exec shellcheck@0.11.0 -- makeSummary by cubic
Prepares the 0.16.0 release by bumping all six SDKs to 0.16.0 and promoting the current
MIGRATING.mdnotes to v0.16.0.Written for commit 8e6b9a6. Summary will update on new commits.