lukaszraczylo and GitHub
918db31fb2
Update go.mod and go.sum ( #33 )
v0.1.60
2026-05-05 05:01:35 +01:00
lukaszraczylo and GitHub
dfbc6d9fb3
Update go.mod and go.sum ( #32 )
v0.1.59
2026-04-30 05:12:31 +01:00
lukaszraczylo and GitHub
4a592b31df
Update go.mod and go.sum ( #31 )
v0.1.58
2026-04-27 05:10:21 +01:00
lukaszraczylo and GitHub
dae4d893e5
Update go.mod and go.sum ( #30 )
v0.1.57
2026-04-14 04:59:52 +01:00
lukaszraczylo and GitHub
df82bddac5
Update go.mod and go.sum ( #29 )
v0.1.56
2026-04-10 04:59:04 +01:00
lukaszraczylo and GitHub
04f51fb2a9
Update go.mod and go.sum ( #28 )
v0.1.55
2026-04-09 04:54:52 +01:00
lukaszraczylo and GitHub
e005c0457c
Update go.mod and go.sum ( #27 )
v0.1.54
2026-04-03 04:53:34 +01:00
lukaszraczylo and GitHub
8f56df9a8d
Update go.mod and go.sum ( #26 )
v0.1.53
2026-03-29 04:57:32 +01:00
lukaszraczylo and GitHub
6a2394a598
Update go.mod and go.sum ( #25 )
2026-03-12 03:45:07 +00:00
lukaszraczylo and GitHub
3c18f25a82
Update go.mod and go.sum ( #24 )
v0.1.51
2026-03-10 03:43:17 +00:00
lukaszraczylo and GitHub
0c97ee1a58
Update go.mod and go.sum ( #23 )
v0.1.50
2026-03-09 03:45:32 +00:00
lukaszraczylo and GitHub
f1d232a9a6
Update go.mod and go.sum ( #22 )
v0.1.49
2026-03-08 03:44:15 +00:00
lukaszraczylo and GitHub
aa414bc2b3
Update go.mod and go.sum ( #21 )
v0.1.48
2026-02-23 03:48:51 +00:00
lukaszraczylo and GitHub
62c844b22c
Update go.mod and go.sum ( #20 )
v0.1.47
2026-02-18 03:48:14 +00:00
lukaszraczylo and GitHub
c6e1207901
Update go.mod and go.sum ( #19 )
v0.1.46
2026-02-17 03:46:48 +00:00
lukaszraczylo and GitHub
9551b89082
Update go.mod and go.sum ( #18 )
v0.1.45
2026-02-13 03:49:15 +00:00
lukaszraczylo and GitHub
4b808599ac
Update go.mod and go.sum ( #17 )
v0.1.44
2026-02-11 03:55:02 +00:00
lukaszraczylo and GitHub
a2ec16d3ef
Update go.mod and go.sum ( #16 )
v0.1.43
2026-02-10 03:56:34 +00:00
lukaszraczylo and GitHub
dc3a22c7bc
Update go.mod and go.sum ( #15 )
v0.1.42
2026-02-09 03:51:38 +00:00
lukaszraczylo and GitHub
3643ec6a09
Update go.mod and go.sum ( #14 )
v0.1.41
2026-02-05 03:45:17 +00:00
lukaszraczylo and GitHub
2f1b5c166a
Update go.mod and go.sum ( #13 )
v0.1.40
2026-02-04 03:44:57 +00:00
lukaszraczylo and GitHub
7ce331182e
Update go.mod and go.sum ( #12 )
v0.1.39
2026-02-02 03:49:39 +00:00
lukaszraczylo and GitHub
56518210b1
Update go.mod and go.sum ( #11 )
v0.1.38
2026-01-26 03:35:33 +00:00
lukaszraczylo and GitHub
bcf7c0a8a8
Update go.mod and go.sum ( #10 )
v0.1.37
2026-01-25 03:33:28 +00:00
lukaszraczylo and GitHub
2cdd684842
Update go.mod and go.sum ( #9 )
v0.1.36
2026-01-19 03:30:59 +00:00
lukaszraczylo and GitHub
189137ede8
Update go.mod and go.sum ( #8 )
v0.1.35
2026-01-16 03:29:19 +00:00
lukaszraczylo and GitHub
d4cff2028e
Update go.mod and go.sum ( #7 )
v0.1.34
2026-01-12 03:31:07 +00:00
lukaszraczylo and GitHub
42098eb1c9
Update go.mod and go.sum ( #6 )
v0.1.33
2026-01-10 03:28:19 +00:00
lukaszraczylo and GitHub
ad24598036
Update go.mod and go.sum ( #5 )
v0.1.32
2026-01-09 03:29:40 +00:00
lukaszraczylo and GitHub
977e766ff9
Update go.mod and go.sum ( #4 )
v0.1.31
2025-12-15 03:29:37 +00:00
lukaszraczylo
0a47ea7e2a
fixup! Cleanup, signing and update of internals.
v0.1.30
2025-12-15 00:35:54 +00:00
lukaszraczylo
100251b896
Cleanup, signing and update of internals.
2025-12-15 00:32:53 +00:00
lukaszraczylo and GitHub
2d9c28657b
Update go.mod and go.sum ( #3 )
v0.1.28
2025-12-12 03:28:24 +00:00
lukaszraczylo and GitHub
a8acb2d480
Update go.mod and go.sum ( #2 )
v0.1.27
2025-12-09 03:25:21 +00:00
lukaszraczylo and GitHub
29263dc8a2
gosec govulncheck runs ( #1 )
...
* gosec govulncheck runs
* Fix flaky TestRateLimiter_Matrix test
The test was failing due to two issues:
1. Test name generation used invalid character conversion (string(rune('0'+limit)))
which produced non-printable characters for limits >= 10
2. Using 10ms windows with 100 requests caused race conditions - early requests
would expire before all 100 were made, allowing the 101st request
Changed to use struct-based test cases with proper fmt.Sprintf naming and
a consistent 1-second window that won't expire during rapid test execution.
v0.1.26
2025-12-09 01:07:16 +00:00
lukaszraczylo
27d5011ab1
fix: remove unnecessary verified parameter from homebrew cask
...
The verified parameter is only needed when the URL domain differs
from the homepage domain. Since both point to github.com, Homebrew
audit flags this as unnecessary.
v0.1.25
2025-12-08 02:08:00 +00:00
lukaszraczylo
51119b3694
Use shared PR workflow
2025-12-08 01:31:55 +00:00
lukaszraczylo
1b66f4c6f9
Trigger autoupdater
2025-12-08 01:11:32 +00:00
lukaszraczylo
8c022fa0d2
fixup! fixup! Move to casks.
v0.1.22
2025-12-07 15:53:46 +00:00
lukaszraczylo
5d8c72d75f
fixup! Move to casks.
2025-12-07 14:58:25 +00:00
lukaszraczylo
2a6f0ee244
Move to casks.
v0.1.20
2025-12-07 14:49:14 +00:00
lukaszraczylo
99f215cb7c
Move build and release to shared workflow
v0.1.19
2025-12-07 13:33:46 +00:00
lukaszraczylo
6eb634bfd0
Move to shared workflows.
2025-12-07 13:25:56 +00:00
lukaszraczylo
4bf0dd2cdf
Update the autoupdate workflow
2025-12-07 12:36:24 +00:00
lukaszraczylo
70ac227613
Update autoupdate workflow. LOL.
2025-12-03 00:47:35 +00:00
lukaszraczylo
90e0375a83
Remove unused functions.
v0.1.15
2025-12-02 18:19:01 +00:00
lukaszraczylo and github-actions[bot]
8445e50dc8
Update go.mod and go.sum
2025-12-02 03:26:03 +00:00
lukaszraczylo
e1b9c15a2a
fixup! fixup! Fix autoupdate workflow
2025-12-01 14:39:46 +00:00
lukaszraczylo and github-actions[bot]
c442eade9e
Update go.mod and go.sum
2025-12-01 14:32:58 +00:00
lukaszraczylo
acc80882e2
fixup! Fix autoupdate workflow
2025-12-01 14:31:00 +00:00