From d3cf5557874c71560dead9b663ece3af7841d078 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Feb 2024 00:02:12 +0000 Subject: [PATCH] 2.0.0-dev.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afd6d9a..7ae128c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.0.0-dev.4 (2024-02-23) + +### Fix + +* fix: pass `save_id` to `get_file_path` ([`3c8110f`](https://github.com/BenjaminHalko/WiiMusicEditorPlus/commit/3c8110f0ab8781caaf0d85886981acb48b3ef9fd)) + + ## v2.0.0-dev.3 (2024-02-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f343c61..7d25246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wii_music_editor" -version = "2.0.0-dev.3" +version = "2.0.0-dev.4" description = "The ultimate Wii Music modding tool" authors = [ { name = "Benjamin Halko" },