Skip to content

Commit 88e4404

Browse files
authored
Release 1.3.2 (#496)
nix_rs@1.3.2 omnix-ci@1.3.2 omnix-cli@1.3.2 omnix-develop@1.3.2 omnix-health@1.3.2 omnix-init@1.3.2 Generated by cargo-workspaces
1 parent 59c871a commit 88e4404

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

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

crates/nix_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nix_rs"
33
# Important: remember to update the top-level Cargo.toml if updating major version
4-
version = "1.3.1"
4+
version = "1.3.2"
55
license = "Apache-2.0"
66
repository = "https://github.com/juspay/omnix"
77
description = "Rust library for interacting with the Nix command"

crates/omnix-ci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
33
edition = "2021"
44
# If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards)
55
name = "omnix-ci"
6-
version = "1.3.0"
6+
version = "1.3.2"
77
license = "AGPL-3.0-only"
88
readme = "README.md"
99
description = "Define and build CI for Nix projects anywhere"

crates/omnix-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omnix-cli"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
edition = "2021"
55
default-run = "om"
66
# NOTE: The 'description' here will be printed in `om` CLI banner (thanks to `clap` crate)

crates/omnix-develop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
33
edition = "2021"
44
# If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards)
55
name = "omnix-develop"
6-
version = "1.3.1"
6+
version = "1.3.2"
77
repository = "https://github.com/juspay/omnix"
88
description = "Implementation for the `om develop` command"
99
license = "Apache-2.0"

crates/omnix-health/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omnix-health"
3-
version = "1.3.0"
3+
version = "1.3.2"
44
license = "Apache-2.0"
55
repository = "https://github.com/juspay/omnix"
66
description = "Check the health of your Nix setup"

crates/omnix-init/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
33
edition = "2021"
44
# If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards)
55
name = "omnix-init"
6-
version = "1.0.1"
6+
version = "1.3.2"
77
repository = "https://github.com/juspay/omnix"
88
description = "Enriched Nix flake templates"
99
license = "Apache-2.0"

doc/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order: 100
44

55
# Release history
66

7-
## 1.3.2 (UNRELEASED)
7+
## 1.3.2 (2026-01-06) {#1.3.2}
88

99
### Bumps
1010

0 commit comments

Comments
 (0)