Skip to content

Commit 471008c

Browse files
committed
Set version to 1.1, add changelog
1 parent 2f1a1cd commit 471008c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.1 (2021-04-10)
2+
- Upgraded vagrant-spk to Python 3.x. (Thanks @troyjfarrell)
3+
- Upgraded base image to Debian Buster.
4+
- Displays URL of test URL in the CLI. (Thanks @zdb999)
5+
- Blocks client-side third party content by default.
6+
- Fix edge case in packing spk to a different volume. (Thanks @zenhack)
7+
- Various stack upgrades and improvements. (Thanks @zenhack)
8+
- Cleaned up release process significantly. (Thanks @paulproteus and @zenhack)
9+
110
### v1.0 (2020-02-16)
211
- Changed vagrant-spk's preferred port to 6090 to avoid conflicting with Sandstorm.
312
- Added `upgradevm` command to upgrade to latest compatible VM.

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__ = "v1.0"
26+
__version__ = "v1.1"
2727

2828
import argparse
2929
import os

0 commit comments

Comments
 (0)