From 9d9c9f767a7ce867ac170af1dd060836f469c788 Mon Sep 17 00:00:00 2001 From: checkton-bot Date: Fri, 21 Jun 2024 11:05:49 +0000 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 7 ++++++- action.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc992d..e9dc693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +*Nothing yet.* + +## [v0.1.0] - 2024-06-21 + ### Fixed - A script nested inside another script (e.g. inside a heredoc string) no longer @@ -30,4 +34,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.1.0-alpha.1]: https://github.com/chmeliik/checkton/releases/tag/v0.1.0-alpha.1 [v0.1.0-alpha.2]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 -[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.2...HEAD +[v0.1.0]: https://github.com/chmeliik/checkton/compare/v0.1.0-alpha.2...v0.1.0 +[unreleased]: https://github.com/chmeliik/checkton/compare/v0.1.0...HEAD diff --git a/action.yaml b/action.yaml index 507da92..26f5d7e 100644 --- a/action.yaml +++ b/action.yaml @@ -63,7 +63,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/chmeliik/checkton:v0.1.0-alpha.2@sha256:a5349a15bfd7c7db81aeeaffc54f95573ad55f1c4bd2b36f708f4ec027f99c64 + image: docker://ghcr.io/chmeliik/checkton:v0.1.0@sha256:b9acd37ffe59829d8a5ad29f16196b4e4415fe5fcae8dd1ab7e1d61f912b4f19 env: CHECKTON_DIFFERENTIAL: ${{ inputs.differential }} CHECKTON_INCLUDE_REGEX: ${{ inputs.include-regex }}