From 13057f43c33efed2865bfa1bb7a98b1b84182d20 Mon Sep 17 00:00:00 2001 From: Jacob Weisz Date: Sun, 16 Feb 2020 10:13:49 -0600 Subject: [PATCH] Bump versions for 1.0 release --- CHANGELOG.md | 8 ++++++++ vagrant-spk | 2 +- windows-support/windows-installer.iss | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6910a32..17c2861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v1.0 (2020-02-16) +- Changed vagrant-spk's preferred port to 6090 to avoid conflicting with Sandstorm. +- Added `upgradevm` command to upgrade to latest compatible VM. +- Updated Node stack to Node 10, and fixed legacy Node 6 stack. (Thanks @curbengh) +- Fixed detection of VM configurations that do not work with vagrant-spk. +- Fixed bugs preventing `enter-grain` from working. (Thanks @abliss and @zenhack) +- Fixed bug causing VM to allocate too little RAM on Windows. + ### v0.236 (2018-07-08) - Updated multiple stacks for compatibility with Debian stretch. - Added `listkeys` command to show which app keys are in your keyring. diff --git a/vagrant-spk b/vagrant-spk index 18df7b9..e971e75 100755 --- a/vagrant-spk +++ b/vagrant-spk @@ -23,7 +23,7 @@ from __future__ import print_function # TODO(someday): Increment version number and commit as part of release.sh -__version__ = "v0.236" +__version__ = "v1.0" import argparse import os diff --git a/windows-support/windows-installer.iss b/windows-support/windows-installer.iss index 0b22c36..2b7e285 100644 --- a/windows-support/windows-installer.iss +++ b/windows-support/windows-installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "vagrant-spk" -#define MyAppVersion "v0.236" +#define MyAppVersion "v1.0" #define MyAppPublisher "Sandstorm Development Group, Inc." #define MyAppURL "https://docs.sandstorm.io/" #define MyAppExeName "vagrant-spk.exe"