diff --git a/Cargo.lock b/Cargo.lock index bee30d4..8555d1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "npins" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index db0f9be..5872558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "npins" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "EUPL-1.2" diff --git a/README.md b/README.md index af1e212..3b9ddaa 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ You may also use attributes from the JSON file, they are exposed 1:1. For exampl ```console $ npins help -npins 0.2.3 +npins 0.2.4 USAGE: npins [OPTIONS] @@ -138,7 +138,7 @@ This will create an `npins` folder with a `default.nix` and `sources.json` withi ```console $ npins help init -npins-init 0.2.3 +npins-init 0.2.4 Intializes the npins directory. Running this multiple times will restore/upgrade the `default.nix` and never touch your sources.json @@ -169,7 +169,7 @@ Note that the import functionality is minimal and only preserves the necessary i ```console $ npins help import-niv -npins-import-niv 0.2.3 +npins-import-niv 0.2.4 Try to import entries from Niv USAGE: @@ -209,7 +209,7 @@ Depending on what kind of dependency you are adding, different arguments must be ```console $ npins help add -npins-add 0.2.3 +npins-add 0.2.4 Adds a new pin entry USAGE: @@ -237,7 +237,7 @@ There are several options for tracking git branches, releases and tags: ```console $ npins help add git -npins-add-git 0.2.3 +npins-add-git 0.2.4 Track a git repository USAGE: @@ -266,7 +266,7 @@ ARGS: ```console $ npins help remove -npins-remove 0.2.3 +npins-remove 0.2.4 Removes one pin entry USAGE: @@ -289,7 +289,7 @@ This will print the currently pinned dependencies in a human readable format. Th ```console $ npins help show -npins-show 0.2.3 +npins-show 0.2.4 Lists the current pin entries USAGE: @@ -309,7 +309,7 @@ You can decide to update only selected dependencies, or all at once. For some pi ```console $ npins help update -npins-update 0.2.3 +npins-update 0.2.4 Updates all or the given pin to the latest version USAGE: @@ -336,7 +336,7 @@ To ensure compatibility across releases, the `npins/sources.json` and `npins/def ```console $ npins help upgrade -npins-upgrade 0.2.3 +npins-upgrade 0.2.4 Upgrade the sources.json and default.nix to the latest format version. This may occasionally break Nix evaluation! USAGE: