-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.2.0] (2024-05-29) ### Features - **install**: respect pour_bottle_only_if conditions ([f906952](f906952)) - **HOMEBREW_BOTTLE_DOMAIN**: respect the HOMEBREW_BOTTLE_DOMAIN option ([85d625f](85d625f)) - **configuration**: unify config file with Homebrew environment config ([ca288cb](ca288cb)) - **configuration**: support custom HTTP headers for registry requests ([132e73e](132e73e)) - **flags**: standardize registry flags ([76133e9](76133e9)) - **logging**: support JSON and logfmt logging with --log-fmt flag ([3c3718d](3c3718d)) ### Bug Fixes - **logging**: update verbosity flag handling ([90c6bf4](90c6bf4)) - change formula versioner function signatures ([0e07d93](0e07d93)) - **configuration**: expose more environment variables for registry settings ([7b885f3](7b885f3)) - **cross-platform bottles**: add workaround to support cross-platform bottles that are not published correctly ([028ab39](028ab39)) - **changelog**: add commit links ([fc5af57](fc5af57)) ### Dependencies - **task**: update golangci-lint to 1.58.2 ([c73a8c0](c73a8c0)) - **github-actions**: update markdownlint ([7d91e7b](7d91e7b)) ### Miscellaneous Tasks - get Go version from go.mod ([07ef392](07ef392)) - add simple integration tests ([ab83c4e](ab83c4e)) - **deps**: Bump github.com/charmbracelet/lipgloss ([1866f0b](1866f0b)) [0.2.0]: https://github.com/act3-ai/hops/compare/v0.1.3..v0.2.0
- Loading branch information
1 parent
a257dac
commit 2da4365
Showing
2 changed files
with
67 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.1.3 | ||
v0.2.0 |