Skip to content

Commit f4a4e82

Browse files
committed
chore(release): 0.23.0
1 parent e93cea3 commit f4a4e82

File tree

8 files changed

+20
-7
lines changed

8 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
44

5+
<a name="0.23.0"></a>
6+
## [0.23.0](https://www.github.com/moongate-community/moongate/releases/tag/v0.23.0) (2025-08-12)
7+
8+
### Features
9+
10+
* update Moongate Server to v0.19.17.0 and add new item templates ([32eac71](https://www.github.com/moongate-community/moongate/commit/32eac716861d19c77d495bd42c13e3ab41afdb14))
11+
* **AiContext:** enhance AI context with action scheduling and state management ([028435d](https://www.github.com/moongate-community/moongate/commit/028435d8d0cf13be14acb422f1aa70fd8d5d1faf))
12+
* **commands:** add new "add_item" command for world item placement ([6700017](https://www.github.com/moongate-community/moongate/commit/6700017fdc20a6591f2b174e044541dab916a04c))
13+
* **commands:** add teleport command for user to teleport to target cursor ([4780214](https://www.github.com/moongate-community/moongate/commit/4780214f320d1f15d9962fb1502de50f0548e027))
14+
* **data:** add equipment item templates and random equipment pool ([46c6bfc](https://www.github.com/moongate-community/moongate/commit/46c6bfc9187ee10a98b8d10a9757adf7d16642a7))
15+
* **moongate:** add TypeScript support and configuration for scripts ([db0e905](https://www.github.com/moongate-community/moongate/commit/db0e90591ae5d44a39368b06f61f10abcbbba1e7))
16+
* **moongate:** update TypeScript definitions to v0.19.14.0 ([bcad3b6](https://www.github.com/moongate-community/moongate/commit/bcad3b657532ff62c5b6f73c685b69195a8c54a3))
17+
518
<a name="0.22.0"></a>
619
## [0.22.0](https://www.github.com/moongate-community/moongate/releases/tag/v0.22.0) (2025-07-22)
720

src/Moongate.Core.Network/Moongate.Core.Network.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.22.0</Version>
7+
<Version>0.23.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

src/Moongate.Core.Persistence/Moongate.Core.Persistence.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.22.0</Version>
7+
<Version>0.23.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

src/Moongate.Core.Server/Moongate.Core.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.22.0</Version>
7+
<Version>0.23.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

src/Moongate.Server/Moongate.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PublishAot>true</PublishAot>
99
<InvariantGlobalization>true</InvariantGlobalization>
1010
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
11-
<Version>0.22.0</Version>
11+
<Version>0.23.0</Version>
1212
<NoWarn>$(NoWarn);IL3050</NoWarn>
1313
<NoWarn>$(NoWarn);IL2026</NoWarn>
1414
<NoWarn>$(NoWarn);IL2062</NoWarn>

src/Moongate.UO.Data/Moongate.UO.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsAotCompatible>true</IsAotCompatible>
8-
<Version>0.22.0</Version>
8+
<Version>0.23.0</Version>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<NoWarn>$(NoWarn);IL3050</NoWarn>
1111
<NoWarn>$(NoWarn);IL2026</NoWarn>

src/Moongate.UO/Moongate.UO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsAotCompatible>true</IsAotCompatible>
8-
<Version>0.22.0</Version>
8+
<Version>0.23.0</Version>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<NoWarn>$(NoWarn);IL3050</NoWarn>
1111
<NoWarn>$(NoWarn);IL2026</NoWarn>

tests/Moongate.Tests/Moongate.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<IsPackable>false</IsPackable>
9-
<Version>0.22.0</Version>
9+
<Version>0.23.0</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)