Skip to content

Commit 1d3b693

Browse files
author
Oscar Costoya Vidal
committed
Merge remote-tracking branch 'original/master'
2 parents b9a32df + 8b0b829 commit 1d3b693

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313

1414
## Master
1515

16+
## 3.15.0
17+
1618
- Parse GitHub commit verification [@f-meloni][] - [#547](https://github.com/danger/swift/pull/547)
1719
- Bump Docker image base version to swift 5.7 [@mxsc][] - [#542](https://github.com/danger/swift/pull/542)
20+
- Monterey support [@417-72KI][] - [#532](https://github.com/danger/swift/pull/532)
1821

1922
## 3.14.2
2023

Sources/Runner/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Logger
33
import RunnerLib
44

55
/// Version for showing in verbose mode
6-
let DangerVersion = "3.14.2" // swiftlint:disable:this identifier_name
6+
let DangerVersion = "3.15.0" // swiftlint:disable:this identifier_name
77
let MinimumDangerJSVersion = "6.1.6" // swiftlint:disable:this identifier_name
88

99
private func runCommand(_ command: DangerCommand, logger: Logger) throws {

0 commit comments

Comments
 (0)