Skip to content

Commit

Permalink
chore(main): release v1.49.0 (#909)
Browse files Browse the repository at this point in the history
<!-- section-start changelog -->
### Features

- drop support for go 1.21 (#902)

### Bug Fixes

- macOS binary not notarized (#868)

<!-- section-end changelog -->

---

<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
🤖</h4></summary>

If you want to modify the proposed release, add you overrides here. You
can learn more about the options in the docs.

## Release Notes

### Prefix / Start

This will be added to the start of the release notes.

```rp-prefix
```

### Suffix / End

This will be added to the end of the release notes.

```rp-suffix
```

</details>

Co-authored-by: releaser-pleaser <>
  • Loading branch information
hcloud-bot authored Nov 8, 2024
1 parent aeeff68 commit fbcbf3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.49.0](https://github.com/hetznercloud/cli/releases/tag/v1.49.0)

### Features

- drop support for go 1.21 (#902)

### Bug Fixes

- macOS binary not notarized (#868)

## [v1.49.0-rc.0](https://github.com/hetznercloud/cli/releases/tag/v1.49.0-rc.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
// version is a semver version (https://semver.org).
version = "1.49.0-rc.0" // x-releaser-pleaser-version
version = "1.49.0" // x-releaser-pleaser-version

// versionPrerelease is a semver version pre-release identifier (https://semver.org).
//
Expand Down

0 comments on commit fbcbf3b

Please sign in to comment.