5 Commits
v0.2.4 ... main

3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "komconfig"
version = "0.2.4"
version = "0.2.5"
description = "A small library providing a config class that provides settings data for the KomSuite"
readme = "README.md"
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
@@ -24,7 +24,7 @@ test = [
]
[tool.bumpversion]
current_version = "0.2.4"
current_version = "0.2.5"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}