Skip to content

Commit

Permalink
cut release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Jun 14, 2021
1 parent 2555234 commit e969d78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1 (June 14, 2021)

* Fixes crash of ProfitBricks plugin when running against HCL templates. [GH-9]

## 1.0.0 (June 14, 2021)
The code base for this plugin has been stable since the Packer core split.
We are marking this plugin as v1.0.0 to indicate that it is stable and ready for consumption via `packer init`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
profitbricks = {
version = ">= 1.0.0"
version = ">= 1.0.1"
source = "github.com/hashicorp/profitbricks"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
profitbricks = {
version = ">= 1.0.0"
version = ">= 1.0.1"
source = "github.com/hashicorp/profitbricks"
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "1.0.0"
Version = "1.0.1"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit e969d78

Please sign in to comment.