Skip to content

Commit 2e5ecd2

Browse files
committed
ghrepo v0.7.0 — Split off CLI
- Increased MSRV to 1.74 - **Breaking:** Split off CLI into a separate `ghrepo-cli` crate
1 parent 79fe5d3 commit 2e5ecd2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022-2024 John Thorvald Wodder II
3+
Copyright (c) 2022-2025 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

crates/ghrepo/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.7.0 (in development)
2-
-----------------------
1+
v0.7.0 (2025-01-02)
2+
-------------------
33
- Increased MSRV to 1.74
44
- **Breaking:** Split off CLI into a separate `ghrepo-cli` crate
55

crates/ghrepo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghrepo"
3-
version = "0.7.0-dev"
3+
version = "0.7.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
description = "Parse & construct GitHub repository URLs & specifiers"

0 commit comments

Comments
 (0)