Skip to content

Commit

Permalink
Merge pull request #174 from refinedmods/release/0.17.1
Browse files Browse the repository at this point in the history
Release v0.17.1
  • Loading branch information
raoulvdberge authored Aug 8, 2024
2 parents 38fa320 + fcd93ee commit 4b4aed2
Show file tree
Hide file tree
Showing 3 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.17.1] - 2024-08-08

### Fixed

- Parchment version.

## [0.17.0] - 2024-08-08

### Changed
Expand Down Expand Up @@ -362,7 +368,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.17.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.17.1...HEAD

[0.17.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.17.0...v0.17.1

[0.17.0]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.9...v0.17.0

Expand Down
2 changes: 1 addition & 1 deletion refinedarchitect-plugin/src/main/kotlin/CommonExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ open class CommonExtension(private val project: Project) : BaseExtension(project
val sourceSets = project.extensions.getByType<JavaPluginExtension>().sourceSets
addModdingDependenciesTo(sourceSets["test"])
parchment {
minecraftVersion.set(mcVersion)
minecraftVersion.set(parchmentMcVersion)
mappingsVersion.set(parchmentVersion)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ open class NeoForgeExtension(private val project: Project) : BaseExtension(proje
}
}
parchment {
minecraftVersion.set(mcVersion)
minecraftVersion.set(parchmentMcVersion)
mappingsVersion.set(parchmentVersion)
}
}
Expand Down

0 comments on commit 4b4aed2

Please sign in to comment.