Skip to content

Commit

Permalink
Merge pull request #75 from refinedmods/release/0.9.1
Browse files Browse the repository at this point in the history
Release v0.9.1
  • Loading branch information
raoulvdberge authored Oct 31, 2023
2 parents 2991d3c + 51d2207 commit 9b44465
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.9.1] - 2023-10-31

### Fixed

- Mixin support for data generation on Forge.

## [0.9.0] - 2023-09-02

### Added
Expand Down Expand Up @@ -155,7 +161,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.9.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.9.1...HEAD

[0.9.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.9.0...v0.9.1

[0.9.0]: https://github.com/refinedmods/refinedarchitect/compare/v0.8.2...v0.9.0

Expand Down
2 changes: 2 additions & 0 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ allprojects {
args '--mod', modId, '--all', '--output', destinationProject.file('src/generated/resources'), "--existing", existingProject.file('src/main/resources')
ideaModule "${rootProject.name}.${project.name}.main"
taskName 'Data'
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
}
}
}
Expand Down

0 comments on commit 9b44465

Please sign in to comment.