Skip to content

Commit 6726d2a

Browse files
committed
Update changelog
1 parent df071cb commit 6726d2a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

Cargo.toml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
formats (or just from a string of the form `OWNER/REPONAME` or `REPONAME`), and

0 commit comments

Comments
 (0)