diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d769b4..5b594c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + ## [Unreleased](https://github.com/jeertmans/languagetool-rust/compare/v2.1.4...HEAD) ### Chore diff --git a/Cargo.toml b/Cargo.toml index e0748ea..88b607c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,7 @@ version = "2.1.4" pre-release-replacements = [ {file="CHANGELOG.md", search="Unreleased", replace="{{version}}", min=1}, {file="CHANGELOG.md", search="\\.\\.\\.HEAD\\)", replace="...{{version}}) {{date}}", exactly=1}, + {file="CHANGELOG.md", search="", replace="\n\n## [Unreleased](https://github.com/jeertmans/languagetool-rust/compare/v{{version}}...HEAD)", exactly=1}, ] [package.metadata.docs.rs]