Skip to content

Commit

Permalink
chore: release 0.2.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 13, 2023
1 parent 87c5777 commit 3dabe3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.1.5...v0.2.0) (2023-07-13)


### Features

* add support to generate outputs and update README.adoc ([87c5777](https://github.com/camptocamp/helm-dependency-upgrade-action/commit/87c5777559c46e88881fd148e698644c272e2fe3))

## [0.1.5](https://github.com/camptocamp/helm-dependency-upgrade-action/compare/v0.1.4...v0.1.5) (2023-07-05)


Expand Down
2 changes: 1 addition & 1 deletion helm_dependency_bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import traceback
import yaml

PROGRAM_VERSION = "0.1.5" # x-release-please-version
PROGRAM_VERSION = "0.2.0" # x-release-please-version
DEFAULT_UPGRADE_STRATEGY = "minor"

parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 3dabe3e

Please sign in to comment.