Skip to content

Commit fbe2545

Browse files
committed
Version 2.0.3
1 parent 37d1f35 commit fbe2545

File tree

6 files changed

+1534
-14
lines changed

6 files changed

+1534
-14
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
## Master
1515

16+
## 2.0.3
17+
1618
- Update Marathon to a revision that supports swift 5.1 [@f-meloni][] - [#271](https://github.com/danger/swift/pull/271)
1719
- Optimise danger actions clone [@f-meloni][] - [#270](https://github.com/danger/swift/pull/270)
1820
- Use `command -v` instead of `which` [@f-meloni][] - [#269](https://github.com/danger/swift/pull/269)

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
1212
RUN apt-get install -y nodejs
1313

1414
# Install danger-swift globally
15-
RUN git clone https://github.com/danger/danger-swift.git --single-branch --depth 1 --branch 2.0.2 _danger-swift
15+
RUN git clone https://github.com/danger/danger-swift.git --single-branch --depth 1 --branch 2.0.3 _danger-swift
1616
RUN cd _danger-swift && make install
1717

1818
# Run Danger Swift via Danger JS, allowing for custom args

0 commit comments

Comments
 (0)