diff --git a/.changes/unreleased/Added-20230919-135608.yaml b/.changes/unreleased/Added-20230919-135608.yaml deleted file mode 100644 index 6478fa65..00000000 --- a/.changes/unreleased/Added-20230919-135608.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: Option to use "none" as auto level to skip changes when calculating bump version -time: 2023-09-19T13:56:08.71099084+02:00 -custom: - Issue: "530" diff --git a/.changes/v1.14.0.md b/.changes/v1.14.0.md new file mode 100644 index 00000000..b24cf531 --- /dev/null +++ b/.changes/v1.14.0.md @@ -0,0 +1,5 @@ +## v1.14.0 on 2023-10-03 + +### Added + +* [#530](https://github.com/miniscruff/changie/issues/530) Option to use "none" as auto level to skip changes when calculating bump version diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbe6d56..ec0202e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [itself](https://github.com/miniscruff/changie). +## v1.14.0 on 2023-10-03 + +### Added + +* [#530](https://github.com/miniscruff/changie/issues/530) Option to use "none" as auto level to skip changes when calculating bump version + ## v1.13.1 on 2023-09-16 ### Fixed diff --git a/docs/config.toml b/docs/config.toml index de6934fa..5a93cd5a 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -46,7 +46,7 @@ summaryLength = 30 ] enable_anchor_link = true issues_url = 'https://github.com/miniscruff/changie/issues/new' - version = 'v1.13.1' + version = 'v1.14.0' [params.homepage_meta_tags] meta_description = "Changie is a file based changelog management tool." diff --git a/docs/static/version.json b/docs/static/version.json index 864f8658..a02d66de 100644 --- a/docs/static/version.json +++ b/docs/static/version.json @@ -1,3 +1,3 @@ { - "latest": "v1.13.1" + "latest": "v1.14.0" }