File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
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.
Original file line number Diff line number Diff line change 2323from __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
2828import argparse
2929import os
You can’t perform that action at this time.
0 commit comments