Skip to content

Commit

Permalink
Prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jan 3, 2021
1 parent 1400389 commit 2e06ac4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))

Expand Down Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
*/

allprojects {
version = '2.5.2-SNAPSHOT'
version = '2.5.2'
}
2 changes: 1 addition & 1 deletion thymeleaf-layout-dialect-docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e06ac4

Please sign in to comment.