Skip to content

Commit 1fa5307

Browse files
committed
bump
Signed-off-by: Jess Frazelle <github@jessfraz.com>
1 parent c283b7e commit 1fa5307

6 files changed

Lines changed: 6 additions & 6 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.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.31
1+
0.3.32

kittycad.rs.patch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"path": "/info/x-rust",
55
"value": {
66
"client": "// Authenticate via an API token.\nlet client = kittycad::Client::new(\"$TOKEN\");\n\n// - OR -\n\n// Authenticate with your token and host parsed from the environment variables:\n// `KITTYCAD_API_TOKEN`.\nlet client = kittycad::Client::new_from_env();",
7-
"install": "[dependencies]\nkittycad = \"0.3.31\""
7+
"install": "[dependencies]\nkittycad = \"0.3.32\""
88
}
99
},
1010
{

kittycad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kittycad"
33
description = "A fully generated & opinionated API client for the KittyCAD API."
4-
version = "0.3.31"
4+
version = "0.3.32"
55
documentation = "https://docs.rs/kittycad"
66
readme = "README.md"
77
repository = "https://github.com/KittyCAD/kittycad.rs/tree/main/kittycad"

kittycad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To install the library, add the following to your `Cargo.toml` file.
3131

3232
```toml
3333
[dependencies]
34-
kittycad = "0.3.31"
34+
kittycad = "0.3.32"
3535
```
3636

3737
## Basic example

kittycad/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//!
3030
//! ```toml
3131
//! [dependencies]
32-
//! kittycad = "0.3.31"
32+
//! kittycad = "0.3.32"
3333
//! ```
3434
//!
3535
//! ## Basic example

0 commit comments

Comments
 (0)