File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
### v1.0 (2020-02-16)
2
11
- Changed vagrant-spk's preferred port to 6090 to avoid conflicting with Sandstorm.
3
12
- Added ` upgradevm ` command to upgrade to latest compatible VM.
Original file line number Diff line number Diff line change 23
23
from __future__ import print_function
24
24
25
25
# TODO(someday): Increment version number and commit as part of release.sh
26
- __version__ = "v1.0 "
26
+ __version__ = "v1.1 "
27
27
28
28
import argparse
29
29
import os
You can’t perform that action at this time.
0 commit comments