Releases: L7R7/gitlab-helper
v1.0.1
From a user's perspective, this release brings one notable difference: All requests against the GitLab API now contain a User-Agent header. The value contains gitlab-helper as default, but can be overridden. Like with the other configuration possibilities, it can be set in the YAML file (config.userAgent), with an environment variable (GLH_USER_AGENT), or with the command line argument (--user-agent).
Full list of changes
Features
Documentation
- Document the required command for macOS to make the downloaded executable work by @L7R7 in #52
- Add documentation for the release process by @L7R7 in #53
Behind the Scenes
Dependency Updates
- Bump haskell-actions/setup from 2.7.5 to 2.7.6 by @dependabot in #36
- Update dependencies by @L7R7 in #37
- Update dependencies by @L7R7 in #38
- Bump haskell-actions/setup from 2.7.6 to 2.7.9 by @dependabot in #43
- Bump olegtarasov/get-tag from 2.1.3 to 2.1.4 by @dependabot in #40
- Bump haskell-actions/run-ormolu from 16 to 17 by @dependabot in #44
- Bump haskell-actions/setup from 2.7.9 to 2.8.0 by @dependabot in #47
- Update dependencies by @L7R7 in #48
Full Changelog: v1.0.0...v1.0.1
v1.0.1-rc3
Full Changelog: v1.0.1-rc2...v1.0.1-rc3
What's Changed
Features
Dependency Updates
- Bump haskell-actions/setup from 2.7.5 to 2.7.6 by @dependabot in #36
- Update dependencies by @L7R7 in #37
- Update dependencies by @L7R7 in #38
- Bump haskell-actions/setup from 2.7.6 to 2.7.9 by @dependabot in #43
- Bump olegtarasov/get-tag from 2.1.3 to 2.1.4 by @dependabot in #40
- Bump haskell-actions/run-ormolu from 16 to 17 by @dependabot in #44
- Bump haskell-actions/setup from 2.7.9 to 2.8.0 by @dependabot in #47
Full Changelog: v1.0.0...v1.0.1-rc3
v1.0.1-rc2
What's Changed
Features
Dependency Updates
- Bump haskell-actions/setup from 2.7.5 to 2.7.6 by @dependabot in #36
- Update dependencies by @L7R7 in #37
- Update dependencies by @L7R7 in #38
- Bump haskell-actions/setup from 2.7.6 to 2.7.9 by @dependabot in #43
- Bump olegtarasov/get-tag from 2.1.3 to 2.1.4 by @dependabot in #40
- Bump haskell-actions/run-ormolu from 16 to 17 by @dependabot in #44
- Bump haskell-actions/setup from 2.7.9 to 2.8.0 by @dependabot in #47
- Update dependencies by @L7R7 in #48
Full Changelog: v1.0.0...v1.0.1-rc2
v1.0.0
This is the first official, stable release! Have fun improving your productivity while working with your projects in GitLab!
What's Changed
Features
- Switch to mtl-based http-client for Gitlab API by @L7R7 in #19
- Use the
detailed_merge_statusof a merge request to refine the handling of them when updating merge requests by @L7R7 in #22 - Use
ghinstead of a dedicated action for working with releases by @L7R7 in #25 - Fix deprecation warnings for upx action, skip on macOS by @L7R7 in #27
- Add smoke test for release artifacts by @L7R7 in #28
- Prepare initial release by @L7R7 in #30
- Update LICENSE by @L7R7 in #29
- Introduce an argument to the meta listing to specify the scope by @L7R7 in #31
- Fix roots in weeder config by @L7R7 in #32
- Add short documentation about all features to the readme by @L7R7 in #33
- Rename executable from
gitlab-helper-exetogitlab-helperby @L7R7 in #34
Dependency Updates
- Bump haskell-actions/setup from 2.7.3 to 2.7.4 by @dependabot in #20
- Bump haskell-actions/setup from 2.7.4 to 2.7.5 by @dependabot in #21
Full Changelog: v0.0.24...v1.0.0
v1.0.0-rc2
What's Changed
Features
- Switch to mtl-based http-client for Gitlab API by @L7R7 in #19
- Use the
detailed_merge_statusof a merge request to refine the handling of them when updating merge requests by @L7R7 in #22 - Use
ghinstead of a dedicated action for working with releases by @L7R7 in #25 - Fix deprecation warnings for upx action, skip on macOS by @L7R7 in #27
- Add smoke test for release artifacts by @L7R7 in #28
- Prepare initial release by @L7R7 in #30
- Update LICENSE by @L7R7 in #29
- Introduce an argument to the meta listing to specify the scope by @L7R7 in #31
- Fix roots in weeder config by @L7R7 in #32
- Add short documentation about all features to the readme by @L7R7 in #33
- Rename executable from
gitlab-helper-exetogitlab-helperby @L7R7 in #34
Dependency Updates
- Bump haskell-actions/setup from 2.7.3 to 2.7.4 by @dependabot in #20
- Bump haskell-actions/setup from 2.7.4 to 2.7.5 by @dependabot in #21
Full Changelog: v0.0.24...v1.0.0-rc2
v1.0.0-rc1
What's Changed
Features
- Switch to mtl-based http-client for Gitlab API by @L7R7 in #19
- Use the
detailed_merge_statusof a merge request to refine the handling of them when updating merge requests by @L7R7 in #22 - Use
ghinstead of a dedicated action for working with releases by @L7R7 in #25 - Fix deprecation warnings for upx action, skip on macOS by @L7R7 in #27
- Add smoke test for release artifacts by @L7R7 in #28
- Prepare initial release by @L7R7 in #30
- Update LICENSE by @L7R7 in #29
Dependency Updates
- Bump haskell-actions/setup from 2.7.3 to 2.7.4 by @dependabot in #20
- Bump haskell-actions/setup from 2.7.4 to 2.7.5 by @dependabot in #21
Full Changelog: v0.0.24...v1.0.0-rc1
v0.0.24
Pre-Release for testing binary generation on different operating systems