File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
14
14
## Master
15
15
16
+ ## 3.15.0
17
+
16
18
- Parse GitHub commit verification [ @f-meloni ] [ ] - [ #547 ] ( https://github.com/danger/swift/pull/547 )
17
19
- 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 )
18
21
19
22
## 3.14.2
20
23
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Logger
3
3
import RunnerLib
4
4
5
5
/// 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
7
7
let MinimumDangerJSVersion = " 6.1.6 " // swiftlint:disable:this identifier_name
8
8
9
9
private func runCommand( _ command: DangerCommand , logger: Logger ) throws {
You can’t perform that action at this time.
0 commit comments