Skip to content

Commit 9bd34e0

Browse files
authored
Merge pull request #100 from WeTransfer/release/4.2.0
Merge release 4.2.0 into master
2 parents f121588 + e3e2df4 commit 9bd34e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.2.0
2+
- Add the possibility to let GitHub generate release notes ([#98](https://github.com/WeTransfer/GitBuddy/pull/98)) via [@AvdLee](https://github.com/AvdLee)
3+
- Merge release 4.1.5 into master ([#97](https://github.com/WeTransfer/GitBuddy/pull/97)) via [@wetransferplatform](https://github.com/wetransferplatform)
4+
15
### 4.1.5
26
- Increase PR Limit to fetch 100 latest ([#96](https://github.com/WeTransfer/GitBuddy/pull/96)) via [@AvdLee](https://github.com/AvdLee)
37
- Update README.md ([#92](https://github.com/WeTransfer/GitBuddy/pull/92)) via [@iSapozhnik](https://github.com/iSapozhnik)

Diff for: Sources/GitBuddyCore/Commands/GitBuddy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Foundation
1111

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

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

0 commit comments

Comments
 (0)