We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6e658 commit 9cbb770Copy full SHA for 9cbb770
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# Changelog
2
+
3
+## 0.6.0 - 29 May 2023 18:38:05 CEST
4
5
+- started with a changelog
6
+- added log_remote command
7
+- added log_local command
src/main.go
@@ -15,7 +15,7 @@ import (
15
ssh2 "github.com/go-git/go-git/v5/plumbing/transport/ssh"
16
)
17
18
-const version = "v0.5.2"
+const version = "v0.6.0"
19
const DateFormat = "Mon Jan 02 15:04:05 2006 -0700"
20
21
type jsonCommitEntry struct {
0 commit comments