diff --git a/.changes/unreleased/Added-20240115-130635.yaml b/.changes/unreleased/Added-20240115-130635.yaml deleted file mode 100644 index 17c7a850..00000000 --- a/.changes/unreleased/Added-20240115-130635.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: Replacements can now be configured per project in a monorepo setup -time: 2024-01-15T13:06:35.399119346-08:00 -custom: - Issue: "591" diff --git a/.changes/unreleased/Removed-20240115-131239.yaml b/.changes/unreleased/Removed-20240115-131239.yaml deleted file mode 100644 index f6cabeea..00000000 --- a/.changes/unreleased/Removed-20240115-131239.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Removed -body: Preview warning when using projects -time: 2024-01-15T13:12:39.1015265-08:00 -custom: - Issue: "597" diff --git a/.changes/v1.18.0.md b/.changes/v1.18.0.md new file mode 100644 index 00000000..96cb0ab1 --- /dev/null +++ b/.changes/v1.18.0.md @@ -0,0 +1,9 @@ +## v1.18.0 on 2024-01-15 + +### Added + +* [#591](https://github.com/miniscruff/changie/issues/591) Replacements can now be configured per project in a monorepo setup + +### Removed + +* [#597](https://github.com/miniscruff/changie/issues/597) Preview warning when using projects diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c83605c..3fc758a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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.18.0 on 2024-01-15 + +### Added + +* [#591](https://github.com/miniscruff/changie/issues/591) Replacements can now be configured per project in a monorepo setup + +### Removed + +* [#597](https://github.com/miniscruff/changie/issues/597) Preview warning when using projects + ## v1.17.0 on 2023-12-15 ### Added diff --git a/docs/config.toml b/docs/config.toml index e92e8e15..d84785bf 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.17.0' + version = 'v1.18.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 f72c25bf..a7237b38 100644 --- a/docs/static/version.json +++ b/docs/static/version.json @@ -1,3 +1,3 @@ { - "latest": "v1.17.0" + "latest": "v1.18.0" } diff --git a/package.json b/package.json index fbc55350..69075878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changie", - "version": "1.17.0", + "version": "1.18.0", "author": "miniscruff", "description": "Automated changelog tool for preparing releases with lots of customization options", "bin": {