Skip to content

Commit

Permalink
Bump versions for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Feb 16, 2020
1 parent 8830122 commit 13057f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion vagrant-spk
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion windows-support/windows-installer.iss
Expand Up @@ -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"
Expand Down

0 comments on commit 13057f4

Please sign in to comment.