Skip to content

Commit

Permalink
Release Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkw1536 committed Nov 29, 2020
1 parent 90cca2d commit 9e5558a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,10 @@ ggcode () {

### 1.8.0 (Upcoming)

### 1.7.2 (Released [Nov 29 2020](https://github.com/tkw1536/ggman/releases/tag/v1.7.2))

- `--for` now matches remote URL instead of clone path
- bug fixes

### 1.7.1 (Released [Nov 27 2020](https://github.com/tkw1536/ggman/releases/tag/v1.7.1))

Expand Down
4 changes: 2 additions & 2 deletions constants/legal/notices.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package legal

// ===========================================================================================================
// This file was generated automatically at 27-11-2020 00:17:30 using gogenlicense.
// This file was generated automatically at 29-11-2020 14:58:36 using gogenlicense.
// Do not edit manually, as changes may be overwritten.
// ===========================================================================================================

Expand Down Expand Up @@ -1191,7 +1191,7 @@ package legal
// Generation
//
// This variable and the associated documentation have been automatically generated using the 'gogenlicense' tool.
// It was last updated at 27-11-2020 00:17:30.
// It was last updated at 29-11-2020 14:58:36.
//
var Notices string

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ require (
github.com/xanzy/ssh-agent v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201126224755-f88b827b861f // indirect
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f h1:+Nyd8tzPX9R7BWHguqsrbFdRx3WQ/1ib8I44HXV5yTA=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201126224755-f88b827b861f h1:lgdeSzoCJyxgo/5kYHmfVrlaF4lJjb013DgBOly/KtU=
golang.org/x/sys v0.0.0-20201126224755-f88b827b861f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201126233918-771906719818 h1:f1CIuDlJhwANEC2MM87MBEVMr3jl5bifgsfj90XAF9c=
golang.org/x/sys v0.0.0-20201126233918-771906719818/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221 h1:/ZHdbVpdR/jk3g30/d4yUL0JU9kksj8+F/bnQUVLGDM=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down

0 comments on commit 9e5558a

Please sign in to comment.