|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.3.0](https://github.com/zisuu/github-actions-digest-pinner/compare/v0.2.1...v0.3.0) (2025-08-27) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add tests for GitHub Actions digest pinner and implement finder/parser interfaces ([#9](https://github.com/zisuu/github-actions-digest-pinner/issues/9)) ([308975d](https://github.com/zisuu/github-actions-digest-pinner/commit/308975dfb2d0eaeaaaa688372db708933705d464)) |
| 9 | +* initialize Go module and add dependencies ([23d28c5](https://github.com/zisuu/github-actions-digest-pinner/commit/23d28c5f3e552d5d7c8b665fffbc88639123652a)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* centralize error handling in main commands ([#5](https://github.com/zisuu/github-actions-digest-pinner/issues/5)) ([c5ac8c4](https://github.com/zisuu/github-actions-digest-pinner/commit/c5ac8c4be2a4461d18f5b454de8ef661751349b7)) |
| 15 | +* **deps:** update module github.com/google/go-github/v72 to v73 ([#12](https://github.com/zisuu/github-actions-digest-pinner/issues/12)) ([4c49546](https://github.com/zisuu/github-actions-digest-pinner/commit/4c4954620be49f408c2ea21b1c06e470f7cde27d)) |
| 16 | +* **deps:** update module github.com/google/go-github/v72 to v73 ([#14](https://github.com/zisuu/github-actions-digest-pinner/issues/14)) ([2478a65](https://github.com/zisuu/github-actions-digest-pinner/commit/2478a65538cb7e326af6878d0ee1cd2568acbd29)) |
| 17 | +* **deps:** update module github.com/google/go-github/v73 to v74 ([#17](https://github.com/zisuu/github-actions-digest-pinner/issues/17)) ([50cf2f9](https://github.com/zisuu/github-actions-digest-pinner/commit/50cf2f91d46b66a3b7704082400f0f1f1aa7d42b)) |
| 18 | +* **deps:** update module github.com/google/go-github/v73 to v74 ([#30](https://github.com/zisuu/github-actions-digest-pinner/issues/30)) ([22039f5](https://github.com/zisuu/github-actions-digest-pinner/commit/22039f58bbdfc1f871abc3c88e8c114cca86f338)) |
| 19 | +* **deps:** update module github.com/stretchr/testify to v1.11.0 ([#31](https://github.com/zisuu/github-actions-digest-pinner/issues/31)) ([8d1f7f7](https://github.com/zisuu/github-actions-digest-pinner/commit/8d1f7f7497a7faade9513a94631e2a1dbc238425)) |
| 20 | +* **deps:** update module github.com/stretchr/testify to v1.11.1 ([#32](https://github.com/zisuu/github-actions-digest-pinner/issues/32)) ([9eea4fd](https://github.com/zisuu/github-actions-digest-pinner/commit/9eea4fd692ca38c8e3d5c3db2b15778bd8febe9a)) |
| 21 | +* **deps:** update module sigs.k8s.io/yaml to v1.5.0 ([#15](https://github.com/zisuu/github-actions-digest-pinner/issues/15)) ([b2d86f6](https://github.com/zisuu/github-actions-digest-pinner/commit/b2d86f696a4d31a4d134fa04f4463ed9a994a841)) |
| 22 | +* **deps:** update module sigs.k8s.io/yaml to v1.6.0 ([#18](https://github.com/zisuu/github-actions-digest-pinner/issues/18)) ([095dfc1](https://github.com/zisuu/github-actions-digest-pinner/commit/095dfc17ef29bdbc57550f1669a3b66158447ce3)) |
| 23 | +* **go:** update Go version from 1.24 to 1.25 ([#36](https://github.com/zisuu/github-actions-digest-pinner/issues/36)) ([41288d7](https://github.com/zisuu/github-actions-digest-pinner/commit/41288d713cbddb4bbb3aa26d1e75ffdedc25fea1)) |
| 24 | +* improve verbose output for action parsing and updates ([#7](https://github.com/zisuu/github-actions-digest-pinner/issues/7)) ([b9fb397](https://github.com/zisuu/github-actions-digest-pinner/commit/b9fb3975b28f3565b0ee7433c0d6424b08e13228)) |
| 25 | +* pin go minor version instead of patch version ([#33](https://github.com/zisuu/github-actions-digest-pinner/issues/33)) ([b02b700](https://github.com/zisuu/github-actions-digest-pinner/commit/b02b7001b0e12e29b300bf8ab7eb482bc8b322df)) |
| 26 | +* remove version 0.2.2 release from changelog ([#35](https://github.com/zisuu/github-actions-digest-pinner/issues/35)) ([4313c3e](https://github.com/zisuu/github-actions-digest-pinner/commit/4313c3eab525f4efb9382e1e5831b205ba55d8eb)) |
| 27 | + |
3 | 28 | ## [0.2.1](https://github.com/zisuu/github-actions-digest-pinner/compare/v0.2.0...v0.2.1) (2025-06-25) |
4 | 29 |
|
5 | 30 |
|
|
0 commit comments