Skip to content

Commit 13057f4

Browse files
committed
Bump versions for 1.0 release
1 parent 8830122 commit 13057f4

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v1.0 (2020-02-16)
2+
- Changed vagrant-spk's preferred port to 6090 to avoid conflicting with Sandstorm.
3+
- Added `upgradevm` command to upgrade to latest compatible VM.
4+
- Updated Node stack to Node 10, and fixed legacy Node 6 stack. (Thanks @curbengh)
5+
- Fixed detection of VM configurations that do not work with vagrant-spk.
6+
- Fixed bugs preventing `enter-grain` from working. (Thanks @abliss and @zenhack)
7+
- Fixed bug causing VM to allocate too little RAM on Windows.
8+
19
### v0.236 (2018-07-08)
210
- Updated multiple stacks for compatibility with Debian stretch.
311
- Added `listkeys` command to show which app keys are in your keyring.

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.236"
26+
__version__ = "v1.0"
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.236"
5+
#define MyAppVersion "v1.0"
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)