Skip to content

Commit 700faeb

Browse files
chore: bump version to v0.20.5 (#115)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e7de1da commit 700faeb

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.20.4"
3+
version = "0.20.5"
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.20.4"
3+
version = "0.20.5"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["Cody <cody@dkdc.io>"]
@@ -45,7 +45,7 @@ webapp = ["dep:zorto-webapp"]
4545
app = ["dep:zorto-app"]
4646

4747
[dependencies]
48-
zorto-core = { path = "../zorto-core", version = "0.20.4", default-features = false }
48+
zorto-core = { path = "../zorto-core", version = "0.20.5", default-features = false }
4949

5050
# CLI
5151
clap = { version = "4.5", features = ["derive"] }
@@ -68,8 +68,8 @@ open = "5"
6868
dialoguer = "0.11"
6969

7070
# Optional webapp/app
71-
zorto-webapp = { path = "../zorto-webapp", version = "0.20.4", optional = true }
72-
zorto-app = { path = "../zorto-app", version = "0.20.4", optional = true }
71+
zorto-webapp = { path = "../zorto-webapp", version = "0.20.5", optional = true }
72+
zorto-app = { path = "../zorto-app", version = "0.20.5", optional = true }
7373

7474
[dev-dependencies]
7575
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.20.4"
3+
version = "0.20.5"
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.20.4"
5+
version = "0.20.5"
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.20.4"
3+
version = "0.20.5"
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.20.4", default-features = false }
13+
zorto-core = { path = "../zorto-core", version = "0.20.5", 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.20.4"
3+
version = "0.20.5"
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)