Skip to content

Commit 6f7168f

Browse files
committed
ghrepo-cli v0.7.0 — Split off from library crate
- Split off CLI from `ghrepo` crate
1 parent 2e5ecd2 commit 6f7168f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ghrepo-cli/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
v0.7.0 (in development)
2-
-----------------------
1+
v0.7.0 (2025-01-02)
2+
-------------------
33
- Split off CLI from `ghrepo` crate

crates/ghrepo-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghrepo-cli"
3-
version = "0.7.0-dev"
3+
version = "0.7.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "Show current GitHub repository"
@@ -11,7 +11,7 @@ keywords = ["GitHub", "URL-parsing", "repository"]
1111
categories = ["command-line-utilities"]
1212

1313
[dependencies]
14-
ghrepo = { version = "0.7.0-dev", path = "../ghrepo" }
14+
ghrepo = { version = "0.7.0", path = "../ghrepo" }
1515
lexopt = "0.3.0"
1616

1717
[dev-dependencies]

0 commit comments

Comments
 (0)