Skip to content

Commit

Permalink
bump version 0.13.2 (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Nov 26, 2024
1 parent 89e251e commit 74822b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"

[package]
name = "loco-rs"
version = "0.13.1"
version = "0.13.2"
description = "The one-person framework for Rust"
homepage = "https://loco.rs/"
documentation = "https://docs.rs/loco-rs"
Expand Down Expand Up @@ -47,7 +47,7 @@ bg_pg = ["dep:sqlx", "dep:ulid"]
bg_sqlt = ["dep:sqlx", "dep:ulid"]

[dependencies]
loco-gen = { version = "0.13.0", path = "./loco-gen" }
loco-gen = { version = "0.13.2", path = "./loco-gen" }
backtrace_printer = { version = "1.3.0" }

# cli
Expand Down
2 changes: 1 addition & 1 deletion loco-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loco-gen"
version = "0.13.0"
version = "0.13.2"
description = "Loco generators"
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion loco-new/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub mod wizard;
pub type Result<T> = std::result::Result<T, Error>;

/// Matching minimal Loco version.
pub const LOCO_VERSION: &str = "0.13";
pub const LOCO_VERSION: &str = "0.13.2";

#[derive(thiserror::Error, Debug)]
pub enum Error {
Expand Down

0 comments on commit 74822b8

Please sign in to comment.