Upgrading
Read MIGRATING.md before you bump the version — it lists the breaks a clean build will not catch: the silent ones that change behaviour with no error at all, and the ones that compile and then raise or fail to decode on one particular shape of response.
The notes below are generated from merged pull requests, so a change that merged without one cannot appear in them — MIGRATING.md records consumer-visible changes regardless of how they merged.
Installation
Go
go get github.com/basecamp/basecamp-sdk/go@v0.18.0
TypeScript
npm install @37signals/basecamp@0.18.0
Ruby
gem install basecamp-sdk -v 0.18.0
Swift
.package(url: "https://github.com/basecamp/basecamp-sdk.git", from: "0.18.0")Kotlin
implementation("com.basecamp:basecamp-sdk:0.18.0")Requires the GitHub Packages repository and a token — see Kotlin installation.
Python
pip install basecamp-sdk==0.18.0
What's Changed
⚠️ Breaking Changes
- feat(templates): model start_date on project construction by @jeremy in #856
- Bump version to 0.18.0 by @jeremy in #858
Full Changelog: v0.17.0...v0.18.0