Skip to content

Commit 68f56ae

Browse files
committed
v0.2.1 — Fix --help
- Restore command usage in `--help` output
1 parent 593d7ff commit 68f56ae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.1 (in development)
2-
-----------------------
1+
v0.2.1 (2022-10-19)
2+
-------------------
33
- Restore command usage in `--help` output
44

55
v0.2.0 (2022-10-18)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghrepo"
3-
version = "0.2.1-dev"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.60"
66
description = "Parse & construct GitHub repository URLs & specifiers"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in your Cargo project, add the following to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
ghrepo = "0.1.0"
23+
ghrepo = "0.2.1"
2424
```
2525

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

0 commit comments

Comments
 (0)