Skip to content

Commit 5c4cddf

Browse files
committed
Tag and release 1.1.0
1 parent d53458b commit 5c4cddf

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.2.1"
4+
version = "1.2.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.0.3"
6+
version = "1.1.0"
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.0.3"
3+
version = "1.1.0"
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-common/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-common"
3-
version = "1.0.3"
3+
version = "1.1.0"
44
edition = "2021"
55
repository = "https://github.com/juspay/omnix"
66
license = "AGPL-3.0-only"

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.0.1"
3+
version = "1.1.0"
44
license = "Apache-2.0"
55
repository = "https://github.com/juspay/omnix"
66
description = "Check the health of your Nix setup"

doc/src/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release history
22

3-
## 1.0.4 (UNRELEASED)
3+
## 1.1.0 (2025-07-15) {#1.1.0}
44

55
- `om ci`: Allow impure builds through `impure = true;` setting in `om.yaml` (#445)
66
- `om health`

0 commit comments

Comments
 (0)