diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d20f3b..ae428e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index f25f134..2832c8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "ghrepo" -version = "0.2.1-dev" +version = "0.2.1" dependencies = [ "clap", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index 932723a..eae532b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 6f45e19..85a1453 100644 --- a/README.md +++ b/README.md @@ -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`: