Skip to content

Commit

Permalink
ghrepo-cli v0.7.0 — Split off from library crate
Browse files Browse the repository at this point in the history
- Split off CLI from `ghrepo` crate
  • Loading branch information
jwodder committed Jan 2, 2025
1 parent 2e5ecd2 commit 6f7168f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/ghrepo-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
v0.7.0 (in development)
-----------------------
v0.7.0 (2025-01-02)
-------------------
- Split off CLI from `ghrepo` crate
4 changes: 2 additions & 2 deletions crates/ghrepo-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ghrepo-cli"
version = "0.7.0-dev"
version = "0.7.0"
edition.workspace = true
rust-version.workspace = true
description = "Show current GitHub repository"
Expand All @@ -11,7 +11,7 @@ keywords = ["GitHub", "URL-parsing", "repository"]
categories = ["command-line-utilities"]

[dependencies]
ghrepo = { version = "0.7.0-dev", path = "../ghrepo" }
ghrepo = { version = "0.7.0", path = "../ghrepo" }
lexopt = "0.3.0"

[dev-dependencies]
Expand Down

0 comments on commit 6f7168f

Please sign in to comment.