diff --git a/Cargo.lock b/Cargo.lock index e645364c..d004b702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "nix_rs" -version = "1.3.1" +version = "1.3.2" dependencies = [ "bytesize", "cfg-if", @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "omnix-ci" -version = "1.3.0" +version = "1.3.2" dependencies = [ "anyhow", "clap", @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "omnix-cli" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "assert_cmd", @@ -2027,7 +2027,7 @@ dependencies = [ [[package]] name = "omnix-develop" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "lazy_static", @@ -2045,7 +2045,7 @@ dependencies = [ [[package]] name = "omnix-health" -version = "1.3.0" +version = "1.3.2" dependencies = [ "anyhow", "bytesize", @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "omnix-init" -version = "1.0.1" +version = "1.3.2" dependencies = [ "anyhow", "assert_fs", diff --git a/crates/nix_rs/Cargo.toml b/crates/nix_rs/Cargo.toml index 6cf8db4a..0d2de234 100644 --- a/crates/nix_rs/Cargo.toml +++ b/crates/nix_rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix_rs" # Important: remember to update the top-level Cargo.toml if updating major version -version = "1.3.1" +version = "1.3.2" license = "Apache-2.0" repository = "https://github.com/juspay/omnix" description = "Rust library for interacting with the Nix command" diff --git a/crates/omnix-ci/Cargo.toml b/crates/omnix-ci/Cargo.toml index 86323c4c..e90210ec 100644 --- a/crates/omnix-ci/Cargo.toml +++ b/crates/omnix-ci/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar "] edition = "2021" # If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards) name = "omnix-ci" -version = "1.3.0" +version = "1.3.2" license = "AGPL-3.0-only" readme = "README.md" description = "Define and build CI for Nix projects anywhere" diff --git a/crates/omnix-cli/Cargo.toml b/crates/omnix-cli/Cargo.toml index be6250f4..74f25f30 100644 --- a/crates/omnix-cli/Cargo.toml +++ b/crates/omnix-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omnix-cli" -version = "1.3.1" +version = "1.3.2" edition = "2021" default-run = "om" # NOTE: The 'description' here will be printed in `om` CLI banner (thanks to `clap` crate) diff --git a/crates/omnix-develop/Cargo.toml b/crates/omnix-develop/Cargo.toml index fc1ce73d..253367e8 100644 --- a/crates/omnix-develop/Cargo.toml +++ b/crates/omnix-develop/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar "] edition = "2021" # If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards) name = "omnix-develop" -version = "1.3.1" +version = "1.3.2" repository = "https://github.com/juspay/omnix" description = "Implementation for the `om develop` command" license = "Apache-2.0" diff --git a/crates/omnix-health/Cargo.toml b/crates/omnix-health/Cargo.toml index e054c061..3d2ecdce 100644 --- a/crates/omnix-health/Cargo.toml +++ b/crates/omnix-health/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "omnix-health" -version = "1.3.0" +version = "1.3.2" license = "Apache-2.0" repository = "https://github.com/juspay/omnix" description = "Check the health of your Nix setup" diff --git a/crates/omnix-init/Cargo.toml b/crates/omnix-init/Cargo.toml index 5cd59415..5b443d76 100644 --- a/crates/omnix-init/Cargo.toml +++ b/crates/omnix-init/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar "] edition = "2021" # If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards) name = "omnix-init" -version = "1.0.1" +version = "1.3.2" repository = "https://github.com/juspay/omnix" description = "Enriched Nix flake templates" license = "Apache-2.0" diff --git a/doc/history.md b/doc/history.md index f933281b..c82d01fc 100644 --- a/doc/history.md +++ b/doc/history.md @@ -4,7 +4,7 @@ order: 100 # Release history -## 1.3.2 (UNRELEASED) +## 1.3.2 (2026-01-06) {#1.3.2} ### Bumps