From 66d74864a6bced600aadd85e8c0768d358854a15 Mon Sep 17 00:00:00 2001 From: WeTransferBot Date: Thu, 9 Jul 2020 09:12:21 +0200 Subject: [PATCH] Created a new release (#61) Co-authored-by: J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) --- Changelog.md | 7 +++++++ Sources/GitBuddyCore/Commands/GitBuddy.swift | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 080fb17..640533f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### 3.1.0 +- Enable --version flag ([#58](https://github.com/WeTransfer/GitBuddy/pull/58)) via [@MaxDesiatov](https://github.com/MaxDesiatov) +- Avoid referring to the `master` branch in ShellCommand.rawValue ([#59](https://github.com/WeTransfer/GitBuddy/pull/59)) via [@MaxDesiatov](https://github.com/MaxDesiatov) +- Fix CI by updating dependencies ([#60](https://github.com/WeTransfer/GitBuddy/pull/60)) via [@AvdLee](https://github.com/AvdLee) +- Use uppercase first for changelog items ([#56](https://github.com/WeTransfer/GitBuddy/issues/56)) via [@mosamer](https://github.com/mosamer) +- Merge release 3.0.1 into master ([#54](https://github.com/WeTransfer/GitBuddy/pull/54)) via [@WeTransferBot](https://github.com/WeTransferBot) + ### 3.0.1 - Fix fallback date for new tag releases ([#53](https://github.com/WeTransfer/GitBuddy/pull/53)) via [@AvdLee](https://github.com/AvdLee) - Merge release 3.0.0 into master ([#51](https://github.com/WeTransfer/GitBuddy/pull/51)) via [@WeTransferBot](https://github.com/WeTransferBot) diff --git a/Sources/GitBuddyCore/Commands/GitBuddy.swift b/Sources/GitBuddyCore/Commands/GitBuddy.swift index a6195f5..361c296 100644 --- a/Sources/GitBuddyCore/Commands/GitBuddy.swift +++ b/Sources/GitBuddyCore/Commands/GitBuddy.swift @@ -11,7 +11,7 @@ import ArgumentParser /// Entry class of GitBuddy that registers commands and handles execution. public struct GitBuddy: ParsableCommand { - public static let version = "3.0.1" + public static let version = "3.1.0" public static let configuration = CommandConfiguration( commandName: "gitbuddy",