Skip to content

Commit

Permalink
Bump versions for semver-incompatible release
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 5, 2024
1 parent 41a3334 commit 6cd72ec
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama"
version = "0.12.1"
version = "0.13.0"
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand Down Expand Up @@ -39,7 +39,7 @@ mime = []
mime_guess = []

[dependencies]
askama_derive = { version = "0.12.0", path = "../askama_derive" }
askama_derive = { version = "0.13", path = "../askama_derive" }
askama_escape = { version = "0.10.3", path = "../askama_escape" }
comrak = { version = "0.21", optional = true, default-features = false }
dep_humansize = { package = "humansize", version = "2", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions askama_actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_actix"
version = "0.14.0"
version = "0.15.0"
description = "Actix-Web integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -15,7 +15,7 @@ rust-version = "1.65"

[dependencies]
actix-web = { version = "4", default-features = false }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-actix-web"] }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-actix-web"] }

[dev-dependencies]
actix-rt = { version = "2", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions askama_axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_axum"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
rust-version = "1.65"
description = "Axum integration for Askama templates"
Expand All @@ -14,7 +14,7 @@ workspace = ".."
readme = "README.md"

[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] }
axum-core = "0.4"
http = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
version = "0.12.5"
version = "0.13.0"
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
repository = "https://github.com/djc/askama"
Expand Down
4 changes: 2 additions & 2 deletions askama_gotham/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_gotham"
version = "0.14.0"
version = "0.15.0"
description = "Gotham integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] }
gotham = { version = "0.7", default-features = false }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions askama_hyper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_hyper"
version = "0.1.0"
version = "0.2.0"
description = "Hyper integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-hyper"] }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-hyper"] }
hyper = { version = "0.14", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion askama_mendes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] }
mendes = "0.5.0"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions askama_rocket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_rocket"
version = "0.12.0"
version = "0.13.0"
description = "Rocket integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -14,8 +14,8 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-rocket", "mime", "mime_guess"] }
rocket = { version = "0.5.0", default-features = false }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-rocket", "mime", "mime_guess"] }
rocket = { version = "0.5", default-features = false }

[dev-dependencies]
futures-lite = "2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions askama_tide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_tide"
version = "0.15.1"
version = "0.16.0"
edition = "2021"
rust-version = "1.65"
description = "Tide integration for Askama templates"
Expand All @@ -13,7 +13,7 @@ workspace = ".."
readme = "README.md"

[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-tide"] }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-tide"] }
tide = { version = "0.16", default-features = false }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions askama_warp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_warp"
version = "0.13.0"
version = "0.14.0"
description = "Warp integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-warp", "mime", "mime_guess"] }
askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-warp", "mime", "mime_guess"] }
warp = { version = "0.3", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde-json = ["serde_json", "askama/serde-json"]
markdown = ["comrak", "askama/markdown"]

[dependencies]
askama = { path = "../askama", version = "0.12" }
askama = { path = "../askama", version = "0.13" }
comrak = { version = "0.21", default-features = false, optional = true }
phf = { version = "0.11", features = ["macros" ]}
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 6cd72ec

Please sign in to comment.