Skip to content

Commit 97eecd0

Browse files
chore: release v0.2.2 (#14)
Patch bump from 0.2.1 -> 0.2.2 via `bin/bump-version --patch`. Regenerates Cargo.lock, crates/dkdc-md-cli-py/Cargo.lock, and uv.lock. ## Highlights Fifteen commits merged since v0.2.1 (2026-03-22). Biggest items are auth hardening, Python binding test coverage, and CI/release pipeline stabilization after the transfer to the `dkdc-io` org. ## Fixes / hardening - `fix(auth): trim whitespace from env var tokens and add hardening tests` (#9) - `fix(ci): add local PyPI publish step` (#6) - `fix: add contents:read to release-rust publish job permissions` (#5) - `fix: add checkout ref to release workflows + remove target cache` (#2) - `fix: use dkdc.io email for dkdc-io org` (#4) ## Refactors / tests - `refactor(client): extract API paths and use typed HTTP headers` (#11) - `refactor(client): extract constants and clean up patterns` (#10) - `test(py): add Python binding tests` (#13) ## Chores / infra - `chore(ci): migrate to org reusable workflows` (#7) - `chore: fix CLAUDE.md symlink to AGENTS.md` (#7) - `chore: update repo references after transfer to dkdc-io` (#1) - `chore: update dependencies` (#12) - `docs: fix token resolution order and remove stale script reference` (#8) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 97cc4ad commit 97eecd0

6 files changed

Lines changed: 35 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/dkdc-md-cli-py/Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/dkdc-md-cli-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "dkdc-md-cli-py"
5-
version = "0.2.1"
5+
version = "0.2.2"
66
edition = "2024"
77
authors = ["Cody <cody@dkdc.io>"]
88
license = "MIT"

crates/dkdc-md-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dkdc-md-cli"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
rust-version = "1.93"
66
authors = ["Cody <cody@dkdc.io>"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dkdc-md-cli"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "CLI for the MotherDuck REST API"
55
requires-python = ">=3.11"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)