Skip to content

Commit

Permalink
chore(main): release 1.2.0-rc0 (#99)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.2.0-rc0](v1.1.1...v1.2.0-rc0)
(2023-11-02)


### Features

* receive repo transfer from hashicorp
([#95](#95))
([008082d](008082d))


### Build System

* setup release pipeline after transfer
([#100](#100))
([08c9695](08c9695))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot authored Nov 2, 2023
1 parent 08c9695 commit 451abe2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0-rc0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.1.1...v1.2.0-rc0) (2023-11-02)


### Features

* receive repo transfer from hashicorp ([#95](https://github.com/hetznercloud/packer-plugin-hcloud/issues/95)) ([008082d](https://github.com/hetznercloud/packer-plugin-hcloud/commit/008082da523385a0ccc0956f594be33c3034eaf5))


### Build System

* setup release pipeline after transfer ([#100](https://github.com/hetznercloud/packer-plugin-hcloud/issues/100)) ([08c9695](https://github.com/hetznercloud/packer-plugin-hcloud/commit/08c96954b8fc451c363479d50854a78bb7052109))

## [1.1.1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.1.0...v1.1.1) (2023-11-01)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
// Version is the main version number that is being run at the moment.
Version = "1.1.2" // x-release-please-version
Version = "1.2.0-rc0" // x-release-please-version

// 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 451abe2

Please sign in to comment.