Skip to content

Commit 45a007a

Browse files
authored
Merge pull request #207 from refinedmods/release/1.3.2
Release v1.3.2
2 parents f1185bb + 8cb3fc5 commit 45a007a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.3.2] - 2025-09-20
11+
12+
### Fixed
13+
14+
- Specifying TeamReborn Energy that is incompatible with Minecraft 1.21.x.
15+
1016
## [1.3.1] - 2025-08-22
1117

1218
### Fixed
@@ -440,7 +446,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
440446
- Gradle helpers for Fabric and Forge projects.
441447
- CI workflows.
442448

443-
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v1.3.1...HEAD
449+
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v1.3.2...HEAD
450+
451+
[1.3.2]: https://github.com/refinedmods/refinedarchitect/compare/v1.3.1...v1.3.2
444452

445453
[1.3.1]: https://github.com/refinedmods/refinedarchitect/compare/v1.3.0...v1.3.1
446454

refinedarchitect-versioning/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ catalog {
3636
val clothConfig = version("cloth-config-fabric", "15.0.140")
3737
library("cloth-config", "me.shedaniel.cloth", "cloth-config-fabric").versionRef(clothConfig)
3838

39-
// See: https://github.com/TechReborn/Energy (https://maven.fabricmc.net/teamreborn/energy/)
40-
val energy = version("teamreborn-energy", "4.2.0")
39+
// See: https://github.com/TechReborn/Energy?tab=readme-ov-file#including-the-api-in-your-project (https://maven.fabricmc.net/teamreborn/energy/)
40+
val energy = version("teamreborn-energy", "4.1.0")
4141
library("teamreborn-energy", "teamreborn", "energy").versionRef(energy)
4242

4343
// See: https://modrinth.com/mod/modmenu

0 commit comments

Comments
 (0)