bump: version 0.0.1 → 0.1.0
This commit is contained in:
parent
dade79b6b5
commit
d5bd82a6ba
2 changed files with 15 additions and 1 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,6 +2,6 @@
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "semver2"
|
version_scheme = "semver2"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
major_version_zero = true
|
major_version_zero = true
|
||||||
|
|
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue