Skip to content

Commit

Permalink
chore(main): release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and brianmay committed Apr 10, 2024
1 parent c73d64b commit d8a93fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.1](https://github.com/electronicarts/helmci/compare/v0.4.0...v0.4.1) (2024-04-10)


### Bug Fixes

* Add kludge if version is not symantic version ([3d95e07](https://github.com/electronicarts/helmci/commit/3d95e070b69112aeefb94f01dc35b11dd8d7d327))
* Correct clippy warnings ([f77e45f](https://github.com/electronicarts/helmci/commit/f77e45ff42978ea390c2e2e10d8972981e4e0d07))
* Correct code formatting ([ea83ce2](https://github.com/electronicarts/helmci/commit/ea83ce263d65f3b384db523d614eb3bbfa947c0d))
* Don't display errors when legacy versions cannot be parsed ([3227f96](https://github.com/electronicarts/helmci/commit/3227f96481d8fab2f47d365c9dd6baf7a4fb7cf9))
* Refactor Outdated command ([663d4e8](https://github.com/electronicarts/helmci/commit/663d4e815e35e1ad8b0a66aae037ff8bc2ad01b6))

## [0.4.0](https://github.com/electronicarts/helmci/compare/v0.3.3...v0.4.0) (2024-04-08)


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.4.0"
version = "0.4.1"
edition = "2021"

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

0 comments on commit d8a93fd

Please sign in to comment.