Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Merge pull request #58 from blinkreaction/develop
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
lmakarov committed Sep 14, 2015
2 parents b505bf4 + 10d043e commit 691702e
Show file tree
Hide file tree
Showing 13 changed files with 229 additions and 112 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.0 (2015-09-14)

- Properly handle complex parameters in `dsh drush`
- Bash autocomplete for dsh
- Support running drush with symlinked directories
- Host's home directory mapping in CLI container to simplify mounts for SSH keys and other credentials and configs.
- Support for custom SSH key names
- Debugging with Xdebug tutorial
- Documentation cleanup and updates (php and mysql settings overrides, vhost-proxy usage, troubleshooting docs)

## 1.0.0-rc1 (2015-08-26)

- Switching shell scripts back to /bin/bash for consistency across all platforms
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ Tools available inside the **cli** container:
- [Public access](docs/public-access.md)
- [DB sandbox mode](docs/db-sandbox.md)
- [Using Behat](docs/behat.md)
- [Zero-configuration Debugging with Xdebug and PhpStorm](docs/xdebug.md)
<a name="troubleshooting"></a>
## troubleshooting
See [Troubleshooting](docs/troubleshooting.md) section of the docs.
## License
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc1
1.0.0
Loading

0 comments on commit 691702e

Please sign in to comment.