Skip to content

Commit 019a726

Browse files
committed
v1.2.0
- New: Enable to put a template file for notes per category - New: Enable to hide metadata by surrounding it with `<!-- ... -->` comment - Fix: Improve and fix descriptions of commands in help texts - Fix: Improve migration script - Fix: Improve API documents
1 parent 057b913 commit 019a726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Cmd interface {
1515
}
1616

1717
// Version is version string of notes command. It conforms semantic versioning
18-
var Version = "1.1.2"
18+
var Version = "1.2.0"
1919

2020
// ParseCmd parses given arguments as command line options and returns corresponding subcommand instance.
2121
// When no subcommand matches or argus contains invalid argument, it returns an error

0 commit comments

Comments
 (0)