Skip to content

Tags: hugoh/upd

Tags

v4.4.16

Toggle v4.4.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: added 1 decimal to percentage display (#330)

v4.4.15

Toggle v4.4.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(status): simplify GenReports loop to range over periods directly (#…

…328)

* fix(status): simplify GenReports loop to range over periods directly

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* chore: copier update

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>

v4.4.14

Toggle v4.4.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/stretchr/testify to v1.12.1 (#322)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v4.4.13

Toggle v4.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #321 from hugoh/chore-deps-bump-to-kvtkvutt

chore(deps): bump to Go 1.27, drop manual HTTP body drain

v4.4.12

Toggle v4.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #320 from hugoh/golangci-baseline-lint-excludes

fix(golangci): drop lint excludes now covered by template baseline

v4.4.11

Toggle v4.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/pelletier/go-toml/v2 to v2.4.3 (#319

)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v4.4.10

Toggle v4.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #311 from hugoh/renovate/https-github.com-hugoh-go…

…-tools.git-1.x

chore(deps): update dependency https://github.com/hugoh/go-tools.git to v1.16.0

v4.4.9

Toggle v4.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #294 from hugoh/hk-config-migration

chore: consume hugoh/hk-config's published base.pkl instead of local Common group

v4.4.8

Toggle v4.4.8's commit message
fix: use full URL for _src_path in copier answers

v4.4.7

Toggle v4.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): repin go-tools reusable workflows to a reachable commit (#288)

The previously pinned commit (f96c093) was an orphaned changelog-bump
commit on go-tools that never made it into go-tools' main branch — a
bug in go-tools' own release pipeline (fixed upstream). Once the
stray tag pointing at it was corrected, that commit became
unreachable, breaking every reusable-workflow reference here with a
startup_failure. Repinned to go-tools' current main HEAD (f0c60ec).

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>