Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
add v0.12.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Mar 27, 2018
1 parent 519e2ac commit 6224597
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v0.12.0

### Features

* Removed draftd
* New packs added:
* Rust (thanks to @FGRibreau)
* Introduced `draft history`
* Introduced `draft config`
* `draft connect`
* Introduced the `--override-port` flag to specify a local:remote port mapping for tunnelling
* `draft logs`
* Command has been simplified to `draft logs <build-id>`, or `draft logs` to get the latest build's logs
* `draft up`
* Introduced the `--auto-connect` flag to automatically connect to your app once it's deployed

### Bugs

* fixed an ipv6 lookup error when connecting to draftd (before removing it)
* fixed a rebase issue with the Swift pack that caused it to not work on `draft create`

### Housekeeping

* switched from SHA1 to SHA256 for app context shasums (thanks @thedrow for the heads up)

## v0.11.0

### Features
Expand Down

0 comments on commit 6224597

Please sign in to comment.