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

Commit

Permalink
Version bump and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Apr 21, 2016
1 parent 0cd964f commit 91f1e59
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.3.1 (2016-04-21)

- A lot of refactoring to bring interactive shell experience to Windows (via winpty, which is a requirement now on Windows)
- `dsh update boot2docker` will now ask for a confirmation
- `dsh exec` (`dsh run`) can now run interactive commands (try `dsh exec top`)
- `dsh bash` now longer relies on `vagrant ssh -c` and thus launches much faster
- `dsh mysql-import` now disaplays a progress via `pv` (same as on Mac/Linux)
- Fixed `dsh bash`regression from v1.3.0 on Mac/Linux
- Documentation fixes and updates

A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates


## 1.3.0 (2016-04-15)

- Implement dsh drupal shortcut for Drupal Console commands
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion bin/dsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DSH_VERSION=1.12.14
DSH_VERSION=1.13.0

# Console colors
red='\033[0;31m'
Expand Down

0 comments on commit 91f1e59

Please sign in to comment.