Skip to content

Commit

Permalink
Merge pull request #6 from refinedmods/release/0.1.2
Browse files Browse the repository at this point in the history
Release v0.1.2
  • Loading branch information
raoulvdberge authored Dec 23, 2023
2 parents ac84e70 + 6a4f5b2 commit 6ab428c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2] - 2023-12-23

### Fixed

- Fixed Thymeleaf layout plugin not working with shadow JAR.

## [0.1.1] - 2023-12-23

### Fixed
Expand All @@ -19,7 +25,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release.

[Unreleased]: https://github.com/refinedmods/refinedsites/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/refinedmods/refinedsites/compare/v0.1.2...HEAD

[0.1.2]: https://github.com/refinedmods/refinedsites/compare/v0.1.1...v0.1.2

[0.1.1]: https://github.com/refinedmods/refinedsites/compare/v0.1.0...v0.1.1

Expand Down
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ dependencies {
implementation 'org.kohsuke:github-api:1.318'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r'
implementation 'org.commonmark:commonmark:0.21.0'
}
}

// https://github.com/ultraq/thymeleaf-layout-dialect/issues/220#issuecomment-944874151
shadowJar {
mergeGroovyExtensionModules()
}

0 comments on commit 6ab428c

Please sign in to comment.