Skip to content

Commit e5c1579

Browse files
chore: bump version to 0.16.1 (#50)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed1f446 commit e5c1579

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

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

crates/zorto-app/Cargo.toml

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

crates/zorto-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zorto"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["Cody <cody@dkdc.io>"]
@@ -36,7 +36,7 @@ webapp = ["dep:zorto-webapp"]
3636
app = ["dep:zorto-app"]
3737

3838
[dependencies]
39-
zorto-core = { path = "../zorto-core", version = "0.16.0", default-features = false }
39+
zorto-core = { path = "../zorto-core", version = "0.16.1", default-features = false }
4040

4141
# CLI
4242
clap = { version = "4.5", features = ["derive"] }
@@ -56,8 +56,8 @@ anyhow = "1"
5656
open = "5"
5757

5858
# Optional webapp/app
59-
zorto-webapp = { path = "../zorto-webapp", version = "0.16.0", optional = true }
60-
zorto-app = { path = "../zorto-app", version = "0.16.0", optional = true }
59+
zorto-webapp = { path = "../zorto-webapp", version = "0.16.1", optional = true }
60+
zorto-app = { path = "../zorto-app", version = "0.16.1", optional = true }
6161

6262
[dev-dependencies]
6363
tempfile = "3"

crates/zorto-core/Cargo.toml

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

crates/zorto-py/Cargo.lock

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

crates/zorto-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 = "zorto-py"
5-
version = "0.16.0"
5+
version = "0.16.1"
66
edition = "2024"
77
authors = ["Cody <cody@dkdc.io>"]
88
license = "MIT"

crates/zorto-webapp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zorto-webapp"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["Cody <cody@dkdc.io>"]
@@ -10,7 +10,7 @@ repository = "https://github.com/dkdc-io/zorto"
1010
homepage = "https://github.com/dkdc-io/zorto"
1111

1212
[dependencies]
13-
zorto-core = { path = "../zorto-core", version = "0.16.0", default-features = false }
13+
zorto-core = { path = "../zorto-core", version = "0.16.1", default-features = false }
1414
axum = { version = "0.8", features = ["ws", "multipart"] }
1515
tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal", "sync", "fs"] }
1616
anyhow = "1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zorto"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "The AI-native static site generator (SSG) with executable code blocks"
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)