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

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha01 committed Nov 19, 2016
1 parent c4dd8f1 commit a49ef43
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## [0.5.3](https://github.com/fgrehm/vagrant-notify/compare/v0.5.2...v0.5.3) (November 18, 2016)
IMPROVEMENTS

- Command line operations work on multi-VM configurations.
- Notification when provisioning fails. [[GH-23]](https://github.com/fgrehm/vagrant-notify/issues/23)
- Do not start notification server if the guest is not running or has not been created.
- New Windows 10 notify-send notification center PowerShell script.

BUG FIXES

- Correctly identify guest shared folder capability. [[GH-31]](https://github.com/fgrehm/vagrant-notify/issues/31)
- Properly manually restart notification server.
- Don't send notify-send notices to host when doing a provision if plugin is disabled.


## [0.5.2](https://github.com/fgrehm/vagrant-notify/compare/v0.5.1...v0.5.2) (October 7, 2016)
IMPROVEMENTS

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -13,7 +13,7 @@ GIT
PATH
remote: .
specs:
vagrant-notify (0.5.2)
vagrant-notify (0.5.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-notify/version.rb
@@ -1,5 +1,5 @@
module Vagrant
module Notify
VERSION = "0.5.2"
VERSION = "0.5.3"
end
end

0 comments on commit a49ef43

Please sign in to comment.