Skip to content

Commit 66d7486

Browse files
WeTransferBotJ. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)
andauthored
1 parent 368d642 commit 66d7486

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
@@ -1,3 +1,10 @@
1+
### 3.1.0
2+
- Enable --version flag ([#58](https://github.com/WeTransfer/GitBuddy/pull/58)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
3+
- Avoid referring to the `master` branch in ShellCommand.rawValue ([#59](https://github.com/WeTransfer/GitBuddy/pull/59)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
4+
- Fix CI by updating dependencies ([#60](https://github.com/WeTransfer/GitBuddy/pull/60)) via [@AvdLee](https://github.com/AvdLee)
5+
- Use uppercase first for changelog items ([#56](https://github.com/WeTransfer/GitBuddy/issues/56)) via [@mosamer](https://github.com/mosamer)
6+
- Merge release 3.0.1 into master ([#54](https://github.com/WeTransfer/GitBuddy/pull/54)) via [@WeTransferBot](https://github.com/WeTransferBot)
7+
18
### 3.0.1
29
- Fix fallback date for new tag releases ([#53](https://github.com/WeTransfer/GitBuddy/pull/53)) via [@AvdLee](https://github.com/AvdLee)
310
- Merge release 3.0.0 into master ([#51](https://github.com/WeTransfer/GitBuddy/pull/51)) via [@WeTransferBot](https://github.com/WeTransferBot)

Sources/GitBuddyCore/Commands/GitBuddy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ArgumentParser
1111

1212
/// Entry class of GitBuddy that registers commands and handles execution.
1313
public struct GitBuddy: ParsableCommand {
14-
public static let version = "3.0.1"
14+
public static let version = "3.1.0"
1515

1616
public static let configuration = CommandConfiguration(
1717
commandName: "gitbuddy",

0 commit comments

Comments
 (0)