Skip to content

Commit 68ab8ea

Browse files
committed
Release v0.2.0-rc4
Signed-off-by: gotwarlost <krishnan.anantheswaran@elastic.co>
1 parent 5c332a4 commit 68ab8ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/fn-hcl-tools.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class FnHclTools < Formula
22
desc "CLI tools for function-hcl: format, analyze, and package HCL compositions"
33
homepage "https://github.com/crossplane-contrib/function-hcl"
4-
url "https://github.com/crossplane-contrib/function-hcl/archive/refs/tags/v0.2.0-rc3.tar.gz"
4+
url "https://github.com/crossplane-contrib/function-hcl/archive/refs/tags/v0.2.0-rc4.tar.gz"
55
sha256 "PLACEHOLDER"
66
license "Apache-2.0"
77
head "https://github.com/crossplane-contrib/function-hcl.git", branch: "main"

docs-site/hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ privacy_policy = ""
1717
description = "Write Crossplane compositions in HCL — with deferred rendering, locals, expressions, and a familiar Terraform-like syntax."
1818

1919
# Latest released version tag. Updated automatically by the release workflow.
20-
latest_version = "v0.2.0-rc3"
20+
latest_version = "v0.2.0-rc4"
2121

2222
# Social preview image used for OG/Twitter cards.
2323
images = ["images/social-preview.png"]
@@ -36,7 +36,7 @@ archived_version = false
3636
version = "0.1"
3737

3838
# A link and title for a version of the docs that is considered current.
39-
url_latest_version = "v0.2.0-rc3"
39+
url_latest_version = "v0.2.0-rc4"
4040

4141
# Repository configuration (used to create edit links and issue links)
4242
github_repo = "https://github.com/crossplane-contrib/function-hcl"

0 commit comments

Comments
 (0)