From 21ad71bdc470788ed05893de046dcf9b6e9abaed Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Thu, 18 Feb 2021 12:56:06 +0000 Subject: [PATCH] Created a new release --- Changelog.md | 4 ++++ Sources/GitBuddyCore/Commands/GitBuddy.swift | 2 +- Submodules/WeTransfer-iOS-CI | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 640533f..582cc92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### 3.1.1 +- Fix compilation error that happened due to naming changes in OctoKit. ([#66](https://github.com/WeTransfer/GitBuddy/pull/66)) via [@kairadiagne](https://github.com/kairadiagne) +- Merge release 3.1.0 into master ([#61](https://github.com/WeTransfer/GitBuddy/pull/61)) via [@ghost](https://github.com/ghost) + ### 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) diff --git a/Sources/GitBuddyCore/Commands/GitBuddy.swift b/Sources/GitBuddyCore/Commands/GitBuddy.swift index 361c296..8f4a0be 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.1.0" + public static let version = "3.1.1" public static let configuration = CommandConfiguration( commandName: "gitbuddy", diff --git a/Submodules/WeTransfer-iOS-CI b/Submodules/WeTransfer-iOS-CI index 4a87331..7054aad 160000 --- a/Submodules/WeTransfer-iOS-CI +++ b/Submodules/WeTransfer-iOS-CI @@ -1 +1 @@ -Subproject commit 4a87331db4963edd63c54c7dd79f896862989238 +Subproject commit 7054aad4bb5f84f336f5cdf49d32c1b939739cc0