Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and brianmay committed Nov 20, 2024
1 parent 225e3f8 commit 055430a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.0.0](https://github.com/electronicarts/helmci/compare/v1.3.3...v2.0.0) (2024-11-20)


### ⚠ BREAKING CHANGES

* Add support for chart lock files

### Features

* Add .envrc and slack.sh files ([84000f4](https://github.com/electronicarts/helmci/commit/84000f42b8241805f6b4bcc310b818518afd423c))
* Add support for chart lock files ([c609fba](https://github.com/electronicarts/helmci/commit/c609fba81eb82c5c6d9fc5e6902cffaa28c5f178))


### Bug Fixes

* add checks to ensure requested chart name and version consistant with lock file ([642f81b](https://github.com/electronicarts/helmci/commit/642f81b6523fa8dc0fe1bb27da4995c18817dbc1))
* replace tui with forked ratatui repo ([225e3f8](https://github.com/electronicarts/helmci/commit/225e3f825a9e73fe0507ba6a7e644cfc85a69d27))

## [1.3.3](https://github.com/electronicarts/helmci/compare/v1.3.2...v1.3.3) (2024-10-18)


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 = "1.3.3"
version = "2.0.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 055430a

Please sign in to comment.