Skip to content

Commit 9cbb770

Browse files
committed
add changelog
1 parent ea6e658 commit 9cbb770

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
ssh2 "github.com/go-git/go-git/v5/plumbing/transport/ssh"
1616
)
1717

18-
const version = "v0.5.2"
18+
const version = "v0.6.0"
1919
const DateFormat = "Mon Jan 02 15:04:05 2006 -0700"
2020

2121
type jsonCommitEntry struct {

0 commit comments

Comments
 (0)