Skip to content

Commit 7163e61

Browse files
authored
Merge pull request #364 from x-motemen/tagpr-from-v1.4.1
Release for v1.4.2
2 parents 8273ffe + 9e1f17f commit 7163e61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [v1.4.2](https://github.com/x-motemen/ghq/compare/v1.4.1...v1.4.2) - 2023-04-16
4+
- release as draft by tagpr to hide it before uploading assets by @Songmu in https://github.com/x-motemen/ghq/pull/363
5+
- de-capitalize errors to make staticcheck happy by @hezhizhen in https://github.com/x-motemen/ghq/pull/365
6+
- adjustment by @hezhizhen in https://github.com/x-motemen/ghq/pull/366
7+
- introduce codecov by @Songmu in https://github.com/x-motemen/ghq/pull/359
8+
- update deps by @Songmu in https://github.com/x-motemen/ghq/pull/369
9+
310
## [v1.4.1](https://github.com/x-motemen/ghq/compare/v1.4.0...v1.4.1) - 2023-02-22
411
- Add spell check workflow by @hezhizhen in https://github.com/x-motemen/ghq/pull/356
512
- Fix `samePath` by @hezhizhen in https://github.com/x-motemen/ghq/pull/357

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.1"
11+
const version = "1.4.2"
1212

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)