File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ v0.2.0 (in development)
2+ -----------------------
3+ - Update clap dependency to 4.0
4+
5+ v0.1.0 (2022-07-08)
6+ -------------------
7+ Initial release
Original file line number Diff line number Diff line change 11[package ]
22name = " ghrepo"
3- version = " 0.1.0 "
3+ version = " 0.2.0-dev "
44edition = " 2021"
55rust-version = " 1.60"
66description = " Parse & construct GitHub repository URLs & specifiers"
Original file line number Diff line number Diff line change 33[ ![ codecov.io] ( https://codecov.io/gh/jwodder/ghrepo-rust/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jwodder/ghrepo-rust )
44[ ![ MIT License] ( https://img.shields.io/github/license/jwodder/ghrepo.svg )] ( https://opensource.org/licenses/MIT )
55
6- [ GitHub] ( https://github.com/jwodder/ghrepo-rust ) | [ crates.io] ( https://crates.io/crates/ghrepo ) | [ Documentation] ( https://docs.rs/ghrepo ) | [ Issues] ( https://github.com/jwodder/ghrepo-rust/issues )
6+ [ GitHub] ( https://github.com/jwodder/ghrepo-rust ) | [ crates.io] ( https://crates.io/crates/ghrepo ) | [ Documentation] ( https://docs.rs/ghrepo ) | [ Issues] ( https://github.com/jwodder/ghrepo-rust/issues ) | [ Changelog ] ( https://github.com/jwodder/ghrepo-rust/blob/master/CHANGELOG.md )
77
88` ghrepo ` extracts a GitHub repository's owner & name from various GitHub URL
99formats (or just from a string of the form ` OWNER/REPONAME ` or ` REPONAME ` ), and
You can’t perform that action at this time.
0 commit comments