Added changelog file.

This commit is contained in:
jeremy.becker
2025-09-30 16:44:41 +02:00
parent 63fb84a42c
commit c9f07a8ab6
3 changed files with 17 additions and 1 deletions

13
docs/CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# Release change log for `working-title`
For the full documentation, have a look at [docs.temporaryname.org](https://docs.temporaryname.org/s/games/p/working-title-jhBaAFB0yK).
Releases in the order of release beginning with the most recent.
## 0.1.0 (next)
Release date: TBD
- Feature
-
- Bug
-
- Task
-

View File

@@ -11,7 +11,7 @@ config_version=5
[application] [application]
config/name="working-title" config/name="working-title"
config/features=PackedStringArray("4.4", "Forward Plus") config/features=PackedStringArray("4.4", "C#", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"
[dotnet] [dotnet]

View File

@@ -4,4 +4,7 @@
<EnableDynamicLoading>true</EnableDynamicLoading> <EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>workingtitle</RootNamespace> <RootNamespace>workingtitle</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Content Include="docs\CHANGELOG.md" />
</ItemGroup>
</Project> </Project>