Skip to content

Basecamp SDK v0.7.3

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Mar 20:57

Installation

Go

go get github.com/basecamp/basecamp-sdk/go@v0.7.3

TypeScript

npm install @37signals/basecamp@0.7.3

Ruby

gem install basecamp-sdk -v 0.7.3

Swift

.package(url: "https://github.com/basecamp/basecamp-sdk.git", from: "0.7.3")

Kotlin

implementation("com.basecamp:basecamp-sdk:0.7.3")

Python

pip install basecamp-sdk==0.7.3

What's Changed

⚠️ Breaking Changes

  • Derive Smithy service version from provenance date by @robzolkos in #239

Bug Fixes

  • Exclude github_actions updates from Dependabot auto-merge by @robzolkos in #242

CI & Infrastructure

  • Match release-go setup-go comment to pinned SHA by @robzolkos in #241

Full Changelog: v0.7.2...v0.7.3