From d5bd82a6ba4e20604ef16c78ca207dc0ae80f67b Mon Sep 17 00:00:00 2001 From: aria Date: Sat, 14 Jun 2025 02:32:00 +1000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml index b09874d..0f278b5 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver2" -version = "0.0.1" +version = "0.1.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f492585 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## 0.1.0 (2025-06-14) + +### Feat + +- **forgejo**: add a workflow for building binaries +- **build-compact.sh**: add build script that outputs a heavily compacted binary +- massive additions to output csv +- Get claude AI to generate and debug FPS measurement functionality +- allow selecting diff checker type and min diff +- first wave of tests + +### Fix + +- **gitignore**: add compiled binary to gitignore