Skip to content

Commit

Permalink
cut release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Feb 12, 2020
1 parent 20eb1ea commit 746b7cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 1.5.2 (Upcoming)
## 1.5.2 (February 12, 2020)
**New Builder** The vsphere-iso builder, previously maintained by JetBrains,
has been merged with the Packer core. It will be officially supported by the
Packer team at HashiCorp moving forward. [GH-8480]

**HCL2 variables & functions** HCL2 configurations can now use `variable`,
**HCL2 variables & functions** HCL2 configurations can now use `variable`,
`variables`, `locals`, and functions [GH-8588].

### IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Version = "1.5.2"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "dev"
const VersionPrerelease = ""

func FormattedVersion() string {
var versionString bytes.Buffer
Expand Down
2 changes: 1 addition & 1 deletion website/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

activate :hashicorp do |h|
h.name = "packer"
h.version = "1.5.1"
h.version = "1.5.2"
h.github_slug = "hashicorp/packer"
h.website_root = "website"
end
Expand Down

0 comments on commit 746b7cb

Please sign in to comment.