Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and brianmay committed Jan 27, 2023
1 parent e1929a6 commit 520f16b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/electronicarts/helmci/compare/v0.1.4...v0.2.0) (2023-01-27)


### Features

* Slack outputs full error messages from helm ([e1929a6](https://github.com/electronicarts/helmci/commit/e1929a614a788b9bd022a8cfbec304b331e4e664))


### Bug Fixes

* Clippy warning under rust 1.67 ([9585788](https://github.com/electronicarts/helmci/commit/958578895e251425077ac88207ebb1fdacea33f0))

## [0.1.4](https://github.com/electronicarts/helmci/compare/v0.1.3...v0.1.4) (2023-01-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "helmci"
version = "0.1.4"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 520f16b

Please sign in to comment.