|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## v0.6.0 (2023-08-15) |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- feat: use conc pool to speed up (2023-08-15) |
| 8 | + |
| 9 | +- feat: make github client optional (2023-08-15) |
| 10 | + |
| 11 | +- feat: print consistency with tabwriter (2023-08-15) |
| 12 | + |
| 13 | +- feat: print star of module (2023-08-15) |
| 14 | + |
| 15 | +- feat: add github client (2023-08-15) |
| 16 | + |
| 17 | +### Others |
| 18 | + |
| 19 | +- refactor: move init github client (2023-08-15) |
| 20 | + |
| 21 | +- chore(deps): bump github.com/make-go-great/color-go from 0.4.1 to 0.5.0 (2023-07-17) |
| 22 | + |
| 23 | +- chore: update github action (2023-07-01) |
| 24 | + |
| 25 | +- chore: sync golangci-lint (2023-06-29) |
| 26 | + |
| 27 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 (2023-06-19) |
| 28 | + |
| 29 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 (2023-06-13) |
| 30 | + |
| 31 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.25.4 to 2.25.5 (2023-05-30) |
| 32 | + |
| 33 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.25.3 to 2.25.4 (2023-05-29) |
| 34 | + |
| 35 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.25.2 to 2.25.3 (2023-05-02) |
| 36 | + |
| 37 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.2 (2023-05-01) |
| 38 | + |
| 39 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.25.0 to 2.25.1 (2023-03-27) |
| 40 | + |
| 41 | +- chore(deps): bump actions/setup-go from 3 to 4 (2023-03-22) |
| 42 | + |
| 43 | +- chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (2023-03-22) |
| 44 | + |
| 45 | +- chore: update dependabot (2023-03-22) |
| 46 | + |
| 47 | +- chore(deps): bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 (2023-03-06) |
| 48 | + |
| 49 | +- chore: update make (2023-02-26) |
| 50 | + |
| 51 | +- chore: update lint (2023-02-25) |
| 52 | + |
| 53 | +- chore: run go mod tidy first (2023-02-25) |
| 54 | + |
| 55 | +- chore(changelog): generate v0.5.0 (2023-02-25) |
| 56 | + |
3 | 57 | ## v0.5.0 (2023-02-25) |
4 | 58 |
|
5 | 59 | ### Added |
|
0 commit comments