Skip to content

Commit 6868557

Browse files
committed
bump version to 5.4.0
1 parent 7df33c7 commit 6868557

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# 5.3.4
1+
# 5.4.0
22
- Feature: Add shortcut for `mob start --create` as `mob start -c`.
33

4+
Thanks to @TimsDevCorner for your contributions!
5+
46
# 5.3.3
57
- Fix: `mob start` now functions correctly on WIP branches when the base branch is not checked out, applicable to branch names that do not contain a `-` character.
68

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Running single test files during development is probably easiest in your IDE.
1515
To check if all tests are passing, simply run
1616

1717
```
18-
$ go test ./...
18+
$ go test ./... -v
1919
```
2020

2121
To do some manual testing, you can run it in this repository or install the new binary to `/usr/local/bin/`:

mob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
versionNumber = "5.3.4"
24+
versionNumber = "5.4.0"
2525
minimumGitVersion = "2.13.0"
2626
)
2727

0 commit comments

Comments
 (0)