Skip to content

Commit

Permalink
chore(main): release 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Nov 8, 2024
1 parent 64b44d5 commit c4b611b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.48.0"}
{".":"1.49.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.49.0](https://github.com/hetznercloud/cli/compare/v1.48.0...v1.49.0) (2024-11-08)


### Features

* drop support for go 1.21 ([#902](https://github.com/hetznercloud/cli/issues/902)) ([d6bd9bd](https://github.com/hetznercloud/cli/commit/d6bd9bd49d6bb70375edd68502b59787244173cb))


### Bug Fixes

* macOS binary not notarized ([#868](https://github.com/hetznercloud/cli/issues/868)) ([0691b32](https://github.com/hetznercloud/cli/commit/0691b32bc55b819211337a598acd6b6dd9bf2625)), closes [#828](https://github.com/hetznercloud/cli/issues/828)

## [1.48.0](https://github.com/hetznercloud/cli/compare/v1.47.0...v1.48.0) (2024-10-25)


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.48.0" // x-release-please-version
version = "1.49.0" // x-release-please-version

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

0 comments on commit c4b611b

Please sign in to comment.