Skip to content

Commit

Permalink
Merge pull request #358 from nix-community/increment-version
Browse files Browse the repository at this point in the history
treewide: 0.3.0 -> 0.4.1
  • Loading branch information
nikstur committed Jun 12, 2024
2 parents 56ed078 + ce9c2a6 commit b627ccd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ secret key so that only root can read it.
Add `lanzaboote` as a dependency of your niv project and track a stable release tag (https://github.com/nix-community/lanzaboote/releases).

```console
$ niv add nix-community/lanzaboote -r v0.3.0 -v 0.3.0
$ niv add nix-community/lanzaboote -r v0.4.1 -v 0.4.1
Adding package lanzaboote
Writing new sources file
Done: Adding package lanzaboote
Expand Down Expand Up @@ -162,7 +162,7 @@ Boot stack.
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.3.0";
url = "github:nix-community/lanzaboote/v0.4.1";
# Optional but recommended to limit the size of your system closure.
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
4 changes: 2 additions & 2 deletions rust/tool/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 rust/tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-members = [
]

[workspace.package]
version = "0.3.0"
version = "0.4.1"
edition = "2021"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions rust/uefi/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 rust/uefi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-members = [
]

[workspace.package]
version = "0.3.0"
version = "0.4.1"

[profile.release]
opt-level = "s"
Expand Down

0 comments on commit b627ccd

Please sign in to comment.