mirror of
https://github.com/davidism/modify-repos.git
synced 2025-07-07 19:35:34 +00:00
Merge pull request #8 from davidism/release-0.2.0
release version 0.2.0
This commit is contained in:
commit
4901f86f5e
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Version 0.2.0
|
## Version 0.2.0
|
||||||
|
|
||||||
Unreleased
|
Released 2025-01-14
|
||||||
|
|
||||||
- If a PR already exists from a previous failed run, force push to update the
|
- If a PR already exists from a previous failed run, force push to update the
|
||||||
existing branch and PR.
|
existing branch and PR.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "modify-repos"
|
name = "modify-repos"
|
||||||
version = "0.2.0.dev"
|
version = "0.2.0"
|
||||||
description = "Apply changes across multiple repos at once."
|
description = "Apply changes across multiple repos at once."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "David Lord" }]
|
authors = [{ name = "David Lord" }]
|
||||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -335,7 +335,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "modify-repos"
|
name = "modify-repos"
|
||||||
version = "0.2.0.dev0"
|
version = "0.2.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "click" },
|
{ name = "click" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue