Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyasha committed Oct 31, 2018
1 parent 15e8681 commit 98ad974
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v0.8.2

- Define machine-type when starting a debug session for projects.
Example: `sem debug project cli --machine-type e1-standard-4`.

### v0.8.1

- Fix debugging projects with sem CLI tool
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "v0.8.1"
var Version = "v0.8.2"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 98ad974

Please sign in to comment.