diff --git a/CHANGES.md b/CHANGES.md index fb474b8..209752b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,9 @@ # CHANGES -## not released +## 0.6.0 - Add optional placeholder when creating a file with file_present +- Add optional placeholder when creating a file with file_regex ## 0.5.1 diff --git a/Cargo.lock b/Cargo.lock index 3fefe31..6bb239f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "check-config" -version = "0.5.1" +version = "0.6.0" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index b4b3ca4..68f6028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "check-config" -version = "0.5.1" +version = "0.6.0" edition = "2021" license = "MIT" homepage = "https://pypi.org/project/check-config/" diff --git a/pyproject.toml b/pyproject.toml index 070e910..b792adf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "check_config" -version = "0.5.1" +version = "0.6.0" description = "Check configuration files." authors = [{ name = "Marc Rijken", email = "marc@rijken.org" }] maintainers = [{ name = "Marc Rijken", email = "marc@rijken.org" }]