File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ v1.4.1] ( https://github.com/x-motemen/ghq/compare/v1.4.0...v1.4.1 ) - 2023-02-22
4
11
- Add spell check workflow by @hezhizhen in https://github.com/x-motemen/ghq/pull/356
5
12
- Fix ` samePath ` by @hezhizhen in https://github.com/x-motemen/ghq/pull/357
Original file line number Diff line number Diff line change 8
8
"github.com/x-motemen/ghq/logger"
9
9
)
10
10
11
- const version = "1.4.1 "
11
+ const version = "1.4.2 "
12
12
13
13
var revision = "HEAD"
14
14
You can’t perform that action at this time.
0 commit comments