Skip to content

Commit

Permalink
Merge pull request #72 from refinedmods/release/0.9.0
Browse files Browse the repository at this point in the history
Release v0.9.0
  • Loading branch information
raoulvdberge authored Sep 2, 2023
2 parents 2214aa3 + c3bb222 commit 2991d3c
Show file tree
Hide file tree
Showing 2 changed files with 13 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.0] - 2023-09-02

### Added

- Mixin support on Forge.

## [0.8.2] - 2023-08-22

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

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

[0.8.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.8.1...v0.8.2

Expand Down
4 changes: 4 additions & 0 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ allprojects {
}
}
}
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
}
server {
workingDirectory project.file('run')
Expand All @@ -221,6 +223,8 @@ allprojects {
}
}
}
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${buildDir}/createSrgToMcp/output.srg"
}
data {
var destinationProject = commonProject != null ? commonProject : project
Expand Down

0 comments on commit 2991d3c

Please sign in to comment.