mirror of
https://github.com/davidism/modify-repos.git
synced 2025-07-08 03:45:41 +00:00
start version 0.2.0
This commit is contained in:
parent
7ab21ffd32
commit
d7dbd26e42
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## Version 0.2.0
|
||||||
|
|
||||||
|
Unreleased
|
||||||
|
|
||||||
## Version 0.1.1
|
## Version 0.1.1
|
||||||
|
|
||||||
Released 2025-01-14
|
Released 2025-01-14
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "modify-repos"
|
name = "modify-repos"
|
||||||
version = "0.1.1"
|
version = "0.2.0.dev"
|
||||||
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.1.1"
|
version = "0.2.0.dev0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "click" },
|
{ name = "click" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue