Skip to content

Commit

Permalink
Merge pull request #21 from future-architect/tagpr-from-v0.0.4
Browse files Browse the repository at this point in the history
Release for v0.0.5
  • Loading branch information
orangekame3 authored Oct 23, 2023
2 parents 3eddee1 + 2279515 commit 7c229f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.0.5](https://github.com/future-architect/tftarget/compare/v0.0.4...v0.0.5) - 2023-10-22
- [add version file] by @orangekame3 in https://github.com/future-architect/tftarget/pull/20
- [add] add codeowners by @orangekame3 in https://github.com/future-architect/tftarget/pull/22
- [fix] fix typo by @orangekame3 in https://github.com/future-architect/tftarget/pull/23

## [v0.0.4](https://github.com/future-architect/tftarget/compare/v0.0.3...v0.0.4) - 2023-10-14
- version-up by @orangekame3 in https://github.com/future-architect/tftarget/pull/18

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package cmd
import "fmt"

// Version is a version of this application.
const Version = "0.0.4"
const Version = "0.0.5"

// SetVersionInfo sets version and date to rootCmd
func SetVersionInfo(version, date string) {

Check failure on line 31 in cmd/version.go

View workflow job for this annotation

GitHub Actions / release

SetVersionInfo redeclared in this block
Expand Down

0 comments on commit 7c229f8

Please sign in to comment.