Skip to content

Commit 67896d7

Browse files
committed
v4.4.6 with Changelog
1 parent 1ca20c9 commit 67896d7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.4.6
2+
3+
- Fix: Able to open last modified file with space in path
4+
- Fix: `start` ignores git hooks
5+
- Removes deprecated io/ioutil
6+
- Improves uninstallation instructions
7+
8+
Thanks to @dkbnz for improving the uninstallation instructions
9+
Thank you @testwill for removing the deprecated ioutil
10+
Thank you @kriber82 for allowing filenames with spaces
11+
112
# 4.4.5
213
- Fix: version
314

mob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
versionNumber = "4.4.5"
30+
versionNumber = "4.4.6"
3131
minimumGitVersion = "2.13.0"
3232
)
3333

0 commit comments

Comments
 (0)