Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v7.0.1 #1187

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.1] - 2025-01-10

- Updating some GitHub action versions

## [7.0.0] - 2024-12-13

**Note** Creating vintage releases is not supported anymore, please use an older release of `devctl`.
Expand Down Expand Up @@ -1024,7 +1028,8 @@ Renovate config

- First release.

[Unreleased]: https://github.com/giantswarm/devctl/compare/v7.0.0...HEAD
[Unreleased]: https://github.com/giantswarm/devctl/compare/v7.0.1...HEAD
[7.0.1]: https://github.com/giantswarm/devctl/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/giantswarm/devctl/compare/v6.32.0...v7.0.0
[6.32.0]: https://github.com/giantswarm/devctl/compare/v6.31.0...v6.32.0
[6.31.0]: https://github.com/giantswarm/devctl/compare/v6.30.0...v6.31.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "devctl"
source = "https://github.com/giantswarm/devctl"
version = "7.0.1-dev"
version = "7.0.1"
)

func Description() string {
Expand Down
Loading