Skip to content

Commit 785be66

Browse files
authored
Merge pull request #404 from x-motemen/tagpr-from-v1.6.3
Release for v1.7.0
2 parents a5ac35b + bc5ff6d commit 785be66

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v1.7.0](https://github.com/x-motemen/ghq/compare/v1.6.3...v1.7.0) - 2024-11-09
4+
- fix integration_test by @Songmu in https://github.com/x-motemen/ghq/pull/403
5+
- add ChiselRepository by @Songmu in https://github.com/x-motemen/ghq/pull/405
6+
- resolve fossil-scm.org and sqlite.org as fossil repository by @Songmu in https://github.com/x-motemen/ghq/pull/406
7+
- on workflow_dispatch in tagpr.yaml by @Songmu in https://github.com/x-motemen/ghq/pull/407
8+
- update deps by @Songmu in https://github.com/x-motemen/ghq/pull/408
9+
310
## [v1.6.3](https://github.com/x-motemen/ghq/compare/v1.6.2...v1.6.3) - 2024-10-27
411
- Fix typo on README.adoc by @kromiii in https://github.com/x-motemen/ghq/pull/399
512
- Add Windows Hardlink & Symbolic Link Support by @walnuts1018 in https://github.com/x-motemen/ghq/pull/401

main.go

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

1313
var revision = "HEAD"
1414

0 commit comments

Comments
 (0)