File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
+ ## [ 0.14.0] - 2025-09-23
9
+
10
+ - Support LeviLamina 1.5.0
11
+
8
12
## [ 0.13.0] - 2025-07-15
9
13
10
14
- Support LeviLamina 1.4.0
@@ -41,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
41
45
42
46
- Support LeviLamina 1.0.0-rc.3
43
47
48
+ [ 0.14.0 ] : https://github.com/LiteLDev/LegacyParticleAPI/compare/v0.13.0...v0.14.0
44
49
[ 0.13.0 ] : https://github.com/LiteLDev/LegacyParticleAPI/compare/v0.12.0...v0.13.0
45
50
[ 0.12.0 ] : https://github.com/LiteLDev/LegacyParticleAPI/compare/v0.11.2...v0.12.0
46
51
[ 0.11.2 ] : https://github.com/LiteLDev/LegacyParticleAPI/compare/v0.11.1...v0.11.2
Original file line number Diff line number Diff line change 2
2
"format_version" : 3 ,
3
3
"format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
4
4
"tooth" : " github.com/LiteLDev/LegacyParticleAPI" ,
5
- "version" : " 0.13 .0" ,
5
+ "version" : " 0.14 .0" ,
6
6
"info" : {
7
7
"name" : " LegacyParticleAPI" ,
8
8
"description" : " ParticleAPI ported from LiteLoaderBDS" ,
18
18
{
19
19
"platform" : " win-x64" ,
20
20
"dependencies" : {
21
- "github.com/LiteLDev/LeviLamina" : " 1.4 .*"
21
+ "github.com/LiteLDev/LeviLamina" : " 1.5 .*"
22
22
},
23
23
"assets" : [
24
24
{
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
3
add_repositories (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if is_config (" target_type" , " server" ) then
6
- add_requires (" levilamina 1.4 .0" , {configs = {target_type = " server" }})
6
+ add_requires (" levilamina 1.5 .0" , {configs = {target_type = " server" }})
7
7
else
8
- add_requires (" levilamina 1.4 .0" , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina 1.5 .0" , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments