Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/nix_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/omnix-ci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion crates/omnix-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion crates/omnix-develop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion crates/omnix-health/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/omnix-init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion doc/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 100

# Release history

## 1.3.2 (UNRELEASED)
## 1.3.2 (2026-01-06) {#1.3.2}

### Bumps

Expand Down