Skip to content

Commit

Permalink
Merge pull request #145 from refinedmods/release/0.15.2
Browse files Browse the repository at this point in the history
Release v0.15.2
  • Loading branch information
raoulvdberge authored Jul 6, 2024
2 parents a2470dc + 90b6958 commit 932d5f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.15.2] - 2024-07-06

### Fixed

- Fixed remapping issue in Fabric dev environment for consumers of the Fabric project artifact.

## [0.15.1] - 2024-07-05

### Fixed
Expand Down Expand Up @@ -285,7 +291,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Gradle helpers for Fabric and Forge projects.
- CI workflows.

[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.15.1...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.15.2...HEAD

[0.15.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.15.1...v0.15.2

[0.15.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.15.0...v0.15.1

Expand Down
4 changes: 2 additions & 2 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ allprojects {
include project(it)
}
compileApis.collect {
api project(it)
compileOnly project(it)
}
if (commonProject != null) {
api commonProject
compileOnly commonProject
}
}
processResources {
Expand Down

0 comments on commit 932d5f5

Please sign in to comment.