Skip to content

Commit 17a60a9

Browse files
authored
Merge pull request #355 from x-motemen/tagpr-from-v1.4.0
Release for v1.4.1
2 parents a93dc09 + ca2c54f commit 17a60a9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.4.1](https://github.com/x-motemen/ghq/compare/v1.4.0...v1.4.1) - 2023-02-22
4+
- Add spell check workflow by @hezhizhen in https://github.com/x-motemen/ghq/pull/356
5+
- Fix `samePath` by @hezhizhen in https://github.com/x-motemen/ghq/pull/357
6+
- fix test on windows by @Songmu in https://github.com/x-motemen/ghq/pull/358
7+
- update deps by @Songmu in https://github.com/x-motemen/ghq/pull/360
8+
- Fixed a problem with SSH URLs, etc. by @Songmu in https://github.com/x-motemen/ghq/pull/361
9+
- go-version-file: go.mod by @Songmu in https://github.com/x-motemen/ghq/pull/362
10+
311
## [v1.4.0](https://github.com/x-motemen/ghq/compare/v1.3.0...v1.4.0) - 2023-02-22
412
- Use t.Cleanup to remove temporally directories and set environment variables by @itchyny in https://github.com/x-motemen/ghq/pull/343
513
- Support branch/tag via @ syntax by @NathanBaulch in https://github.com/x-motemen/ghq/pull/347

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/x-motemen/ghq/logger"
99
)
1010

11-
const version = "1.4.0"
11+
const version = "1.4.1"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)