Skip to content

Commit 7274ec7

Browse files
authored
Merge pull request #239 from ocdtrekkie/new-release
Bump versions for 0.236 release
2 parents e53bbd4 + db6f360 commit 7274ec7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
### v0.236 (2018-07-08)
2+
- Updated multiple stacks for compatibility with Debian stretch.
3+
- Added `listkeys` command to show which app keys are in your keyring.
4+
- Added ability to check vagrant-spk version with `--version`.
5+
- Fix bug where `curl` cannot be downloaded.
6+
- Fix bug caused by Vagrant version 2.0.3 and later.
7+
18
### v0.230 (2018-03-17)
29
- Now using Debian Contrib base image rather than a custom image.
310
- Fixed various bitrot.
411
- Other fixes, see git history.
512

613
### v0.186 (2016-09-21)
7-
814
- BUG FIX:
915
- All stacks embedding MySQL now use `/var/tmp` for temporary storage. Thanks
1016
@FiloSottile for reporting a Piwik issue that enabled us to notice this problem

vagrant-spk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from __future__ import print_function
2424

2525
# TODO(someday): Increment version number and commit as part of release.sh
26-
__version__ = "v0.233"
26+
__version__ = "v0.236"
2727

2828
import argparse
2929
import os

windows-support/windows-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "vagrant-spk"
5-
#define MyAppVersion "v0.233"
5+
#define MyAppVersion "v0.236"
66
#define MyAppPublisher "Sandstorm Development Group, Inc."
77
#define MyAppURL "https://docs.sandstorm.io/"
88
#define MyAppExeName "vagrant-spk.exe"

0 commit comments

Comments
 (0)