From 72f05702fbcc0c23f2c9854fb0541cbc0e162d9a Mon Sep 17 00:00:00 2001 From: Mythical-Github Date: Thu, 22 May 2025 22:58:34 -0400 Subject: [PATCH 1/4] feat(to_do_list.txt): force bump force bump BREAKING CHANGE: Signed-off-by: Mythical-Github --- assets/to_do_list.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/to_do_list.txt b/assets/to_do_list.txt index 0a8cfde..c928c58 100644 --- a/assets/to_do_list.txt +++ b/assets/to_do_list.txt @@ -27,3 +27,5 @@ Later: # better theming # optional list of downloads links to extract to various places in the ue4ss install + +_ \ No newline at end of file From 21f18c323d2fa4ae6b5115de0f38b7c72a89409e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 May 2025 03:02:06 +0000 Subject: [PATCH 2/4] =?UTF-8?q?bump:=20version=201.3.0-dev.14824348083=20?= =?UTF-8?q?=E2=86=92=202.0.0-dev.15201304574?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5964df..216feee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.0.0-dev.15201304574 (2025-05-23) + +### Feat + +- **to_do_list.txt**: force bump + +## 1.3.0 (2025-05-01) + ## 1.3.0-dev.14824348083 (2025-05-04) ## 1.3.0-dev.14813771193 (2025-05-03) diff --git a/pyproject.toml b/pyproject.toml index edbbe45..77d3de1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ue4ss_installer_gui" -version = "1.3.0-dev.14824348083" +version = "2.0.0-dev.15201304574" description = "GUI installer for UE4SS" readme = "README.md" requires-python = ">=3.9.1" From 0922b3333e085921a6654738330aa9f23cd54467 Mon Sep 17 00:00:00 2001 From: Mythical-Github Date: Thu, 22 May 2025 23:03:48 -0400 Subject: [PATCH 3/4] fix(pyproject.toml): added missing platformdirs added missing platformdirs dependency Signed-off-by: Mythical-Github --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77d3de1..d648c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,8 @@ dependencies = [ "dearpygui", "requests", "screeninfo", - "babel" + "babel", + "platformdirs" ] [tool.hatch.envs.dev] From ee835ac1bf4b909d98745e7fbc17209242782282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 May 2025 03:06:36 +0000 Subject: [PATCH 4/4] =?UTF-8?q?bump:=20version=202.0.0-dev.15201304574=20?= =?UTF-8?q?=E2=86=92=202.0.0-dev.15201360401?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216feee..296865e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0-dev.15201360401 (2025-05-23) + +### Fix + +- **pyproject.toml**: added missing platformdirs + ## 2.0.0-dev.15201304574 (2025-05-23) ### Feat diff --git a/pyproject.toml b/pyproject.toml index d648c2b..57622a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ue4ss_installer_gui" -version = "2.0.0-dev.15201304574" +version = "2.0.0-dev.15201360401" description = "GUI installer for UE4SS" readme = "README.md" requires-python = ">=3.9.1"