Skip to content

Commit

Permalink
v0.2.1 — Fix --help
Browse files Browse the repository at this point in the history
- Restore command usage in `--help` output
  • Loading branch information
jwodder committed Oct 20, 2022
1 parent 593d7ff commit 68f56ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.1 (in development)
-----------------------
v0.2.1 (2022-10-19)
-------------------
- Restore command usage in `--help` output

v0.2.0 (2022-10-18)
Expand Down
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 = "ghrepo"
version = "0.2.1-dev"
version = "0.2.1"
edition = "2021"
rust-version = "1.60"
description = "Parse & construct GitHub repository URLs & specifiers"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in your Cargo project, add the following to your `Cargo.toml`:

```toml
[dependencies]
ghrepo = "0.1.0"
ghrepo = "0.2.1"
```

To install the `ghrepo` command on your system, use `cargo install`:
Expand Down

0 comments on commit 68f56ae

Please sign in to comment.