|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v0.10.0 (2025-10-09) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Fallback to GH_API_TOKEN |
| 10 | + ([`bed760f`](https://github.com/fleetingbytes/ci-starter/commit/bed760fd098aeca72c511f8165d4549afc76d017)) |
| 11 | + |
| 12 | +### Chores |
| 13 | + |
| 14 | +- Add .env to gitignore |
| 15 | + ([`376bc0e`](https://github.com/fleetingbytes/ci-starter/commit/376bc0e261a13a9e0fd15c647ac02210e3f39b0d)) |
| 16 | + |
| 17 | +- Add script to generate workflow assets |
| 18 | + ([`975bb7c`](https://github.com/fleetingbytes/ci-starter/commit/975bb7cf3ba921726e292ad4c5f8ff966ad41611)) |
| 19 | + |
| 20 | +- Update ruff dependency |
| 21 | + ([`dac4c32`](https://github.com/fleetingbytes/ci-starter/commit/dac4c3206c39825c8c67283090d7d41f711073cb)) |
| 22 | + |
| 23 | +### Code Style |
| 24 | + |
| 25 | +- Update ruff rules |
| 26 | + ([`1e0b1dd`](https://github.com/fleetingbytes/ci-starter/commit/1e0b1dd2afd8c580d6995df30c0b86b168751577)) |
| 27 | + |
| 28 | +### Continuous Integration |
| 29 | + |
| 30 | +- Map GH_API_TOKEN explicitly by name |
| 31 | + ([`3144078`](https://github.com/fleetingbytes/ci-starter/commit/31440789464e33c6f6b97cff8e1bde0833e05661)) |
| 32 | + |
| 33 | +- Try to use GITHUB_TOKEN as GH_API_TOKEN |
| 34 | + ([`5d66001`](https://github.com/fleetingbytes/ci-starter/commit/5d66001cf1400461276ae06864f52ce95f089c8d)) |
| 35 | + |
| 36 | +- Update action version |
| 37 | + ([`ea7fbfb`](https://github.com/fleetingbytes/ci-starter/commit/ea7fbfb003588a4b5fe5096830e6cee149c1b8d6)) |
| 38 | + |
| 39 | +- Use GH_API_TOKEN |
| 40 | + ([`45975ef`](https://github.com/fleetingbytes/ci-starter/commit/45975effcad74a30df874da0e1b565f3f0ff147a)) |
| 41 | + |
| 42 | +### Features |
| 43 | + |
| 44 | +- Add subcommand update-actions |
| 45 | + ([`03c4a27`](https://github.com/fleetingbytes/ci-starter/commit/03c4a271660f36c34b017704d15efd64cc6f46e8)) |
| 46 | + |
| 47 | +### Refactoring |
| 48 | + |
| 49 | +- Do not specify any action version in assets |
| 50 | + ([`f43455c`](https://github.com/fleetingbytes/ci-starter/commit/f43455cd8ea75247e92e4efc62338bdbd586ad32)) |
| 51 | + |
| 52 | +- Move dataclasses to ci_starter |
| 53 | + ([`92e36c7`](https://github.com/fleetingbytes/ci-starter/commit/92e36c71dba7e61f6651b9ba746f75eb5d53a407)) |
| 54 | + |
| 55 | +- Move get_actions to utils |
| 56 | + ([`74d01d9`](https://github.com/fleetingbytes/ci-starter/commit/74d01d9b0420461a31a72df8f11eaaa16aa54e4e)) |
| 57 | + |
| 58 | +- Rename field user to owner |
| 59 | + ([`1770fd1`](https://github.com/fleetingbytes/ci-starter/commit/1770fd1ffb8d0576632d0d8059ccf3ea5527db56)) |
| 60 | + |
| 61 | +### Testing |
| 62 | + |
| 63 | +- Add test for update-actions |
| 64 | + ([`081b5ad`](https://github.com/fleetingbytes/ci-starter/commit/081b5ad50dafdb20d3a370d6666f9fba1cfe3136)) |
| 65 | + |
| 66 | +- **refactor**: Test_update_actions to use Action rather than dataclasses.OwnerRepo | |
| 67 | + dataclasses.CommitVersion |
| 68 | + ([`72f42cc`](https://github.com/fleetingbytes/ci-starter/commit/72f42cc8436b6674b242c61eb5330e3a86e1184e)) |
| 69 | + |
| 70 | + |
5 | 71 | ## v0.9.4 (2025-10-06) |
6 | 72 |
|
7 | 73 | ### Refactoring |
|
0 commit comments