From 8b97b00523a97fc4683e0c4b715fe48e293bcbb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:45:41 -0800 Subject: [PATCH] Release v1.17.0 (#590) Co-authored-by: miniscruff --- .changes/unreleased/Added-20231213-192317.yaml | 5 ----- .changes/unreleased/Added-20231213-231049.yaml | 5 ----- .changes/v1.17.0.md | 6 ++++++ CHANGELOG.md | 7 +++++++ docs/config.toml | 2 +- docs/static/version.json | 2 +- package.json | 2 +- 7 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 .changes/unreleased/Added-20231213-192317.yaml delete mode 100644 .changes/unreleased/Added-20231213-231049.yaml create mode 100644 .changes/v1.17.0.md diff --git a/.changes/unreleased/Added-20231213-192317.yaml b/.changes/unreleased/Added-20231213-192317.yaml deleted file mode 100644 index ba831b8f..00000000 --- a/.changes/unreleased/Added-20231213-192317.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: VersionNoFormat can be used in the VersionFormat configuration -time: 2023-12-13T19:23:17.487472-05:00 -custom: - Issue: "586" diff --git a/.changes/unreleased/Added-20231213-231049.yaml b/.changes/unreleased/Added-20231213-231049.yaml deleted file mode 100644 index a8af5125..00000000 --- a/.changes/unreleased/Added-20231213-231049.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: New command will create the unreleased folder if it does not already exist -time: 2023-12-13T23:10:49.438279631-08:00 -custom: - Issue: "584" diff --git a/.changes/v1.17.0.md b/.changes/v1.17.0.md new file mode 100644 index 00000000..3a7fe53b --- /dev/null +++ b/.changes/v1.17.0.md @@ -0,0 +1,6 @@ +## v1.17.0 on 2023-12-15 + +### Added + +* [#586](https://github.com/miniscruff/changie/issues/586) VersionNoFormat can be used in the VersionFormat configuration +* [#584](https://github.com/miniscruff/changie/issues/584) New command will create the unreleased folder if it does not already exist diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a232f41..7c83605c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.17.0 on 2023-12-15 + +### Added + +* [#586](https://github.com/miniscruff/changie/issues/586) VersionNoFormat can be used in the VersionFormat configuration +* [#584](https://github.com/miniscruff/changie/issues/584) New command will create the unreleased folder if it does not already exist + ## v1.16.1 on 2023-12-08 ### Fixed diff --git a/docs/config.toml b/docs/config.toml index e4086749..e92e8e15 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.16.1' + version = 'v1.17.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 8dd2f0b3..f72c25bf 100644 --- a/docs/static/version.json +++ b/docs/static/version.json @@ -1,3 +1,3 @@ { - "latest": "v1.16.1" + "latest": "v1.17.0" } diff --git a/package.json b/package.json index fd2140dc..fbc55350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changie", - "version": "1.16.1", + "version": "1.17.0", "author": "miniscruff", "description": "Automated changelog tool for preparing releases with lots of customization options", "bin": {