Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update CHANGELOG with v1.2.3 #509

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# https://goreleaser.com/
version: 2

env:
- CGO_ENABLED=0 # Build statically linked binaries

builds:
-
ldflags:
Expand All @@ -22,6 +25,7 @@ builds:
ignore:
- goos: windows
goarch: arm64

checksum:
name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_checksums.txt'

Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v1.2.3](https://github.com/warrensbox/terraform-switcher/tree/v1.2.3) - 2024-09-30

[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.2...v1.2.3)

### Added

- Split output and logs [#506](https://github.com/warrensbox/terraform-switcher/pull/506) ([MatthewJohn](https://github.com/MatthewJohn))

### Fixed

- fix: Improve wording when installing binary [#494](https://github.com/warrensbox/terraform-switcher/pull/494) ([yermulnik](https://github.com/yermulnik))

### Other

- docs: Adjust version definition order of precedence [#492](https://github.com/warrensbox/terraform-switcher/pull/492) ([yermulnik](https://github.com/yermulnik))
- docs: Update CHANGELOG with v1.2.1 and v1.2.2 [#487](https://github.com/warrensbox/terraform-switcher/pull/487) ([warrensbox](https://github.com/warrensbox))

## [v1.2.2](https://github.com/warrensbox/terraform-switcher/tree/v1.2.2) - 2024-07-07

[Full Changelog](https://github.com/warrensbox/terraform-switcher/compare/v1.2.1...v1.2.2)
Expand Down