Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Jun 16, 2020
1 parent 37e8d81 commit da260b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.0 (16 June 2020)

Since SwiftPM doesn't always build an executable target even if one is present without
an explicit `--product` flag, the `dev` command now requires the presence of an executable
target in your `Package.swift`. Use the new `--product` flag instead of `--target` to
disambiguate between multiple executable targets.

# 0.0.5 (16 June 2020)

Pass `--target` flag to `swift build` when running the `dev` command.
Expand Down

0 comments on commit da260b2

Please sign in to comment.