From 5b745cde01560d9a42783f115a1301e33b7b5ae6 Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 22 Oct 2025 00:20:34 -0400 Subject: [PATCH] [U] Changelog --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b72b018..b37b1999 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,12 @@ cargo install --git https://github.com/hykilpikonna/hyfetch +**🔧 Building Pipeline Refactoring** + +* Modernize Python building toolchain from `setup.py` to `pyproject.toml` +* Fixed a bug where Windows binaries are mistakenly built into Unix packages. +* Fixed a bug where `presets.json` was not being included in the built package. + ### 2.0.3 (changelog is generated by Gemini from commit history)