Skip to content

Commit 2dddc84

Browse files
committed
Bump version to 2.0.3 and update changelog
1 parent a4b36a2 commit 2dddc84

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.0.3 - 2025-05-20
9+
10+
### Added
11+
12+
- Turkish translation (thanks @RuyaSavascisi)
13+
14+
### Fixed
15+
16+
- Crash when pondering fluid tanks due to buggy ponder plugin
17+
818
## 2.0.2 - 2025-05-19
919

1020
### Fixed
@@ -43,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4353
### Fixed
4454

4555
- Incompatibility with other mods causing clients to be kicked from server when a train station is placed
46-
- This fix introduces breaking changes in the networking code of Power Loader. Update is required on both the client and server.
56+
- This fix introduces breaking changes in the networking code of Power Loader. Update is required on both the client
57+
and server.
4758

4859
## 1.4.0 - 2024-01-27
4960

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mod_name=Create: Power Loader
3737
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3838
mod_license=MIT
3939
# The mod version. See https://semver.org/
40-
mod_version=2.0.2-mc1.21.1
40+
mod_version=2.0.3-mc1.21.1
4141
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
4242
# This should match the base package used for the mod sources.
4343
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"homepage": "https://github.com/hlysine/create_power_loader/",
33
"promos": {
4-
"1.21.1-recommended": "2.0.2-mc1.21.1",
5-
"1.20.1-recommended": "2.0.2-mc1.20.1",
4+
"1.21.1-recommended": "2.0.3-mc1.21.1",
5+
"1.20.1-recommended": "2.0.3-mc1.20.1",
66
"1.19.2-recommended": "1.5.0-mc1.19.2",
77
"1.18.2-recommended": "1.5.0-mc1.18.2"
88
}

0 commit comments

Comments
 (0)