From e4dcea3d17fb64dd4b4d1c3005a5fdd2bf3a9b0d Mon Sep 17 00:00:00 2001 From: MagicBear Date: Fri, 9 Feb 2024 04:35:38 +0800 Subject: [PATCH] Update --- CHANGELOG.rst | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2ae7464..a0c6aff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,13 @@ Changelog Note that they these tags will not actually close the issue/PR until they are merged into the "default" branch. +v0.4.0 +------- + +Feature: + +- Item Editor with Autocomplete Combobox + v0.3.10 ------- diff --git a/setup.cfg b/setup.cfg index 48b4bc4..6f66bd5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = palworld-server-toolkit -version = 0.3.10 +version = 0.4.0 author = MagicBear author_email = magicbearmo@gmail.com description = A toolset for PalWorld Server