From 878979f5309243b34b30ee40f71bee05980e00b2 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 27 Jun 2024 10:35:13 -0600 Subject: [PATCH] chore(main): release 0.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Makefile | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83e73b18..36fbfb9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.2"} +{".":"0.0.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7be2c5..42bf6032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.3](https://github.com/validator-labs/validatorctl/compare/v0.0.2...v0.0.3) (2024-06-27) + + +### Features + +* add helpers to easily configure validator plugins ([#62](https://github.com/validator-labs/validatorctl/issues/62)) ([ae596d3](https://github.com/validator-labs/validatorctl/commit/ae596d349e755fed660373736498622e557ee051)) + + +### Dependency Updates + +* **deps:** update module github.com/vmware/govmomi to v0.38.0 ([#59](https://github.com/validator-labs/validatorctl/issues/59)) ([4e6ad15](https://github.com/validator-labs/validatorctl/commit/4e6ad1553b995ddf5b90e13e1d109d3b355d26c3)) +* **deps:** update module gopkg.in/yaml.v2 to v3 ([#57](https://github.com/validator-labs/validatorctl/issues/57)) ([9698478](https://github.com/validator-labs/validatorctl/commit/96984785e059f2f35fe8aee7fe2d1ea7819d84fe)) + ## [0.0.2](https://github.com/validator-labs/validatorctl/compare/v0.0.1...v0.0.2) (2024-06-24) diff --git a/Makefile b/Makefile index c1445b6e..63e46072 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ ERR = echo ${TIME} ${RED}[ ERR ]${CNone} "error:" # Product Version VERSION_SUFFIX ?= -dev -VERSION ?= 0.0.2${VERSION_SUFFIX} # x-release-please-version +VERSION ?= 0.0.3${VERSION_SUFFIX} # x-release-please-version # Common vars MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))