Skip to content

Commit 52e20ff

Browse files
committed
ghrepo v0.7.1 — Improved Display
- The `Display` impl for `GHRepo` now supports width, fill, alignment, and precision flags
1 parent 0aea6ef commit 52e20ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.7.1 (in development)
2-
-----------------------
1+
v0.7.1 (2025-06-27)
2+
-------------------
33
- The `Display` impl for `GHRepo` now supports width, fill, alignment, and
44
precision flags
55

crates/ghrepo/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.7.0"
3+
version = "0.7.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "Parse & construct GitHub repository URLs & specifiers"

0 commit comments

Comments
 (0)