Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71e59a4c09 | |||
| a165181462 | |||
|
|
bead1b2291 | ||
| 36aeba08ec | |||
|
|
423277cc7a | ||
| 26b694999f | |||
|
|
e16caa6473 | ||
| 1c9cf2065d | |||
|
|
f67ebededd | ||
| 79846dfed5 | |||
|
|
9b20484753 | ||
| e5ede589e7 | |||
| c7089edfdc | |||
|
|
d4ef36a54b | ||
| 8a0b73c60d | |||
|
|
8d8e7549f6 | ||
| 5f09116071 | |||
|
|
ea68370451 | ||
| 2343d66fe2 | |||
|
|
386fa02ff9 | ||
| 4add66496b | |||
| b1432e8a85 | |||
| 2a9958fbed | |||
| 7d438bcd3e | |||
|
|
7090920424 | ||
|
|
f308c60525 |
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "komconfig"
|
name = "komconfig"
|
||||||
version = "0.2.0"
|
version = "0.2.5"
|
||||||
description = "A small library providing a config class that provides settings data for the KomSuite"
|
description = "A small library providing a config class that provides settings data for the KomSuite"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
||||||
@@ -24,7 +24,7 @@ test = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.2.0"
|
current_version = "0.2.5"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user