Skip to content

Commit

Permalink
Set version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Nov 13, 2024
1 parent 5106e57 commit 123db02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "npins"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
license = "EUPL-1.2"

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] <SUBCOMMAND>
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -270,7 +270,7 @@ ARGS:

```console
$ npins help remove
npins-remove 0.2.4
npins-remove 0.2.5
Removes one pin entry

USAGE:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 123db02

Please sign in to comment.