Skip to content

Commit 4a7e3f5

Browse files
committed
update changelog and versions
1 parent 38258ef commit 4a7e3f5

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# [0.6.1-beta1] - 2025-07-18
1+
# [0.6.1-beta1] - 2025-10-26
22

33
## Changed
44

5-
- Backport region saving changes from 0.5.3-beta1 to 1.20.1, 1.21.1 and 1.21.4. Note: This is a breaking change for those versions and will result in region data loss.
5+
- Backport region saving changes from 0.5.3-beta1 to 1.20.1, 1.21.1 and 1.21.4. Note: This is a breaking change for those versions and will result in region data loss.
6+
- Placeholders for FlagMessages have changed to use position arguments: `%1$s` instead of `{flag}`. Refer to the wiki for more information.
67

78
## Fixed
89

910
- Fix broken default values for region display data.
11+
- Fix serialization issue causing region data loss
1012

1113
# [0.6.0-beta1] - 2025-07-16
1214

changelogs/0.6.1-beta1.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# [0.6.1-beta1] - 2025-07-18
1+
# [0.6.1-beta1] - 2025-10-26
22

33
## Changed
44

55
- Backport region saving changes from 0.5.3-beta1 to 1.20.1, 1.21.1 and 1.21.4. Note: This is a breaking change for those versions and will result in region data loss.
6+
- Placeholders for FlagMessages have changed to use position arguments: `%1$s` instead of `{flag}`. Refer to the wiki for more information.
67

78
## Fixed
89

9-
- Fix broken default values for region display data.
10+
- Fix broken default values for region display data.
11+
- Fix serialization issue causing region data loss

gradle.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ minecraft_version_range=1.21.10
2323
## https://projects.neoforged.net/neoforged/neoform
2424
neo_form_version=1.21.10-20251010.172816
2525
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
26-
parchment_minecraft=1.21.6
27-
parchment_version=2025.06.29
26+
parchment_minecraft=1.21.10
27+
parchment_version=2025.10.12
2828

29-
# Fabric
30-
fabric_version=0.135.0+1.21.10
31-
fabric_loader_version=0.16.14
29+
# Fabric, https://fabricmc.net/develop/
30+
fabric_version=0.136.0+1.21.10
31+
fabric_loader_version=0.17.3
3232

33-
# Forge
34-
forge_version=60.0.5
33+
# Forge, https://files.minecraftforge.net/net/minecraftforge/forge/
34+
forge_version=60.0.11
3535
forge_loader_version_range=[60,)
3636

37-
# NeoForge
38-
neoforge_version=21.10.17-beta
37+
# NeoForge, https://projects.neoforged.net/neoforged/neoforge
38+
neoforge_version=21.10.38-beta
3939
neoforge_loader_version_range=[4,)
4040

4141
# Gradle

0 commit comments

Comments
 (0)