Skip to content

Commit

Permalink
Merge pull request #355 from x-motemen/tagpr-from-v1.4.0
Browse files Browse the repository at this point in the history
Release for v1.4.1
  • Loading branch information
Songmu authored Feb 22, 2023
2 parents a93dc09 + ca2c54f commit 17a60a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.4.1](https://github.com/x-motemen/ghq/compare/v1.4.0...v1.4.1) - 2023-02-22
- Add spell check workflow by @hezhizhen in https://github.com/x-motemen/ghq/pull/356
- Fix `samePath` by @hezhizhen in https://github.com/x-motemen/ghq/pull/357
- fix test on windows by @Songmu in https://github.com/x-motemen/ghq/pull/358
- update deps by @Songmu in https://github.com/x-motemen/ghq/pull/360
- Fixed a problem with SSH URLs, etc. by @Songmu in https://github.com/x-motemen/ghq/pull/361
- go-version-file: go.mod by @Songmu in https://github.com/x-motemen/ghq/pull/362

## [v1.4.0](https://github.com/x-motemen/ghq/compare/v1.3.0...v1.4.0) - 2023-02-22
- Use t.Cleanup to remove temporally directories and set environment variables by @itchyny in https://github.com/x-motemen/ghq/pull/343
- Support branch/tag via @ syntax by @NathanBaulch in https://github.com/x-motemen/ghq/pull/347
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/x-motemen/ghq/logger"
)

const version = "1.4.0"
const version = "1.4.1"

var revision = "HEAD"

Expand Down

0 comments on commit 17a60a9

Please sign in to comment.