Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit d953425

Browse files
committed
renamed Verb.AddParams() to Verb.SetParams() to match Cli method name
1 parent b448e83 commit d953425

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cli.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
const (
35-
Version = `v0.0.15`
35+
Version = `v0.0.16`
3636

3737
LicenseText = `
3838
%s %s
@@ -52,6 +52,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5252
`
5353
)
5454

55+
//
56+
// v0.0.16 Verb.AddParams() was renamed Verb.SetParams()
57+
//
5558
// v0.0.15 merged pkgassets package as subpackage to cli. Removed support for "Actions" replaced by "Verbs".
5659
//
5760
// v0.0.14 removes depreciated pre-v0.0.5 code, adds more flexible

0 commit comments

Comments
 (0)