mirror of
https://github.com/davidism/modify-repos.git
synced 2025-09-07 00:10:34 +00:00
release version 0.1.1
This commit is contained in:
parent
1c7b8fff96
commit
d80175d9a2
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Version 0.1.1
|
## Version 0.1.1
|
||||||
|
|
||||||
Unreleased
|
Released 2025-01-14
|
||||||
|
|
||||||
- Submit is disabled by default.
|
- Submit is disabled by default.
|
||||||
- Error if target and work branch are the same.
|
- Error if target and work branch are the same.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "modify-repos"
|
name = "modify-repos"
|
||||||
version = "0.1.1.dev"
|
version = "0.1.1"
|
||||||
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.dev0"
|
version = "0.1.1"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "click" },
|
{ name = "click" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue