Skip to content

Commit 089cc12

Browse files
sync from internal repository
1 parent 9635e9e commit 089cc12

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# MotherDuck CLI
22

3-
CLI for the [MotherDuck REST API](https://motherduck.com/docs/sql-reference/rest-api/motherduck-rest-api/).
4-
53
[![GitHub Release](https://img.shields.io/github/v/release/lostmygithubaccount/md-cli?color=blue)](https://github.com/lostmygithubaccount/md-cli/releases)
64
[![PyPI](https://img.shields.io/pypi/v/dkdc-md-cli?color=blue)](https://pypi.org/project/dkdc-md-cli/)
75
[![crates.io](https://img.shields.io/crates/v/dkdc-md-cli?color=blue)](https://crates.io/crates/dkdc-md-cli)
86
[![CI](https://img.shields.io/github/actions/workflow/status/lostmygithubaccount/md-cli/ci.yml?branch=main&label=CI)](https://github.com/lostmygithubaccount/md-cli/actions/workflows/ci.yml)
97
[![License: MIT](https://img.shields.io/badge/license-MIT-8A2BE2.svg)](https://github.com/lostmygithubaccount/md-cli/blob/main/LICENSE)
108

9+
CLI for the [MotherDuck REST API](https://motherduck.com/docs/sql-reference/rest-api/motherduck-rest-api/).
10+
1111
**Important**: This is a personal project. I am not affiliated with MotherDuck.
1212

1313
## Install

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

Lines changed: 2 additions & 2 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.0"
5+
version = "0.2.1"
66
edition = "2024"
77
authors = ["Cody <cody@dkdc.dev>"]
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.0"
3+
version = "0.2.1"
44
edition = "2024"
55
rust-version = "1.93"
66
authors = ["Cody <cody@dkdc.dev>"]

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.0"
3+
version = "0.2.1"
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)