Skip to content

Commit

Permalink
Merge pull request #32 from refinedmods/release/0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
raoulvdberge authored Jun 13, 2023
2 parents d094fa7 + f999aa8 commit a2852c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.1] - 2023-06-13

## [0.4.0] - 2023-05-29

### Changed
Expand Down Expand Up @@ -56,7 +58,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.4.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.4.1...HEAD

[0.4.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.4.0...v0.4.1

[0.4.0]: https://github.com/refinedmods/refinedarchitect/compare/v0.3.1...v0.4.0

Expand Down
2 changes: 0 additions & 2 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ buildscript {
classpath 'org.spongepowered:vanillagradle:0.2.1-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:[6.0,6.2)'
classpath 'fabric-loom:fabric-loom.gradle.plugin:1.2-SNAPSHOT'
classpath 'org.gradle.toolchains:foojay-resolver:0.5.0'
}
}

Expand Down Expand Up @@ -144,7 +143,6 @@ subprojects {

ext.forgeProject = { String modId, Project commonProject, ArrayList apis = [], ArrayList compileApis = [] ->
apply plugin: net.minecraftforge.gradle.userdev.UserDevPlugin
apply plugin: org.gradle.toolchains.foojay.FoojayToolchainsConventionPlugin
minecraft {
mappings channel: 'official', version: minecraftVersion
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
Expand Down

0 comments on commit a2852c9

Please sign in to comment.