From 123db021856bf2f500b0c3970faa73046c0aea2e Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Wed, 13 Nov 2024 12:55:41 +0100 Subject: [PATCH] Set version to 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7ca6a2..01414e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "npins" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 33b211e..6155f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "npins" -version = "0.2.4" +version = "0.2.5" edition = "2021" license = "EUPL-1.2" diff --git a/README.md b/README.md index 4323d7f..ef995ea 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.4 +npins 0.2.5 USAGE: npins [OPTIONS] @@ -139,7 +139,7 @@ This will create an `npins` folder with a `default.nix` and `sources.json` withi ```console $ npins help init -npins-init 0.2.4 +npins-init 0.2.5 Intializes the npins directory. Running this multiple times will restore/upgrade the `default.nix` and never touch your sources.json @@ -170,7 +170,7 @@ Note that the import functionality is minimal and only preserves the necessary i ```console $ npins help import-niv -npins-import-niv 0.2.4 +npins-import-niv 0.2.5 Try to import entries from Niv USAGE: @@ -210,7 +210,7 @@ Depending on what kind of dependency you are adding, different arguments must be ```console $ npins help add -npins-add 0.2.4 +npins-add 0.2.5 Adds a new pin entry USAGE: @@ -240,7 +240,7 @@ There are several options for tracking git branches, releases and tags: ```console $ npins help add git -npins-add-git 0.2.4 +npins-add-git 0.2.5 Track a git repository USAGE: @@ -270,7 +270,7 @@ ARGS: ```console $ npins help remove -npins-remove 0.2.4 +npins-remove 0.2.5 Removes one pin entry USAGE: @@ -293,7 +293,7 @@ This will print the currently pinned dependencies in a human readable format. Th ```console $ npins help show -npins-show 0.2.4 +npins-show 0.2.5 Lists the current pin entries USAGE: @@ -313,7 +313,7 @@ You can decide to update only selected dependencies, or all at once. For some pi ```console $ npins help update -npins-update 0.2.4 +npins-update 0.2.5 Updates all or the given pin to the latest version USAGE: @@ -340,7 +340,7 @@ To ensure compatibility across releases, the `npins/sources.json` and `npins/def ```console $ npins help upgrade -npins-upgrade 0.2.4 +npins-upgrade 0.2.5 Upgrade the sources.json and default.nix to the latest format version. This may occasionally break Nix evaluation! USAGE: