From 2e06ac44c0443882a68fd74c7db264ad6a190e64 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Sat, 2 Jan 2021 10:01:14 +1300 Subject: [PATCH] Prep for next release --- CHANGELOG.md | 11 +++++++++++ build.gradle | 2 +- thymeleaf-layout-dialect-docs/getting-started.md | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0adabeeb..42dd498b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Changelog As of 1.3.0, this project follows [Semantic Versioning](http://semver.org/). + +### 2.5.2 + + - Fix from [@silkentrance](https://github.com/silkentrance) for re-declared + layout fragments in deep hierarchies, where the layout dialect would return + the wrong fragment from the template hierarchy + ([#200])(https://github.com/ultraq/thymeleaf-layout-dialect/issues/200) + + ### 2.5.1 - Fix POM generation issue that declared dependencies as `runtime` instead of @@ -33,6 +42,7 @@ As of 1.3.0, this project follows [Semantic Versioning](http://semver.org/). ### 2.4.1 + - Fix missing `positions` value from `GroupingStrategy` sorting method ([#185](https://github.com/ultraq/thymeleaf-layout-dialect/issues/185)) @@ -83,6 +93,7 @@ As of 1.3.0, this project follows [Semantic Versioning](http://semver.org/). ### 2.2.1 + - Fix decorate processor root element check when interacting with high-priority custom dialects ([#127](https://github.com/ultraq/thymeleaf-layout-dialect/issues/127)) diff --git a/build.gradle b/build.gradle index d879b78c1..c865f38f5 100644 --- a/build.gradle +++ b/build.gradle @@ -15,5 +15,5 @@ */ allprojects { - version = '2.5.2-SNAPSHOT' + version = '2.5.2' } diff --git a/thymeleaf-layout-dialect-docs/getting-started.md b/thymeleaf-layout-dialect-docs/getting-started.md index 75a9b717b..afbe62791 100644 --- a/thymeleaf-layout-dialect-docs/getting-started.md +++ b/thymeleaf-layout-dialect-docs/getting-started.md @@ -28,7 +28,7 @@ co-ordinates: - GroupId: `nz.net.ultraq.thymeleaf` - ArtifactId: `thymeleaf-layout-dialect` - - Version: `2.5.1` + - Version: `2.5.2` Check the [project releases](https://github.com/ultraq/thymeleaf-layout-dialect/releases) for a list of available versions. Each release page also includes a