Skip to content

Basecamp SDK v0.2.2

Choose a tag to compare

@jeremy jeremy released this 04 Mar 03:58
· 575 commits to main since this release

Installation

Go

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

TypeScript

npm install @37signals/basecamp@0.2.2

Ruby

gem install basecamp-sdk -v 0.2.2

Swift

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

Kotlin

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

What's Changed

Features

  • Add subscriptions to recording creation (messages, documents, uploads, schedule entries) by @jeremy in #145

CI & Infrastructure

  • Harden release workflows (v2 retro) by @jeremy in #142
  • Fix AI labeler no-op relabeling noise by @jeremy in #144
  • Fix ai-labeler.yml YAML syntax error by @jeremy in #146

Full Changelog: v0.2.1...v0.2.2