From b8d5af5946685188096e0bed962e34649b807e2c Mon Sep 17 00:00:00 2001 From: "m.kindritskiy" Date: Tue, 6 Aug 2024 21:35:12 +0300 Subject: [PATCH] add 0.0.54 changelog --- docs/docs/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 3f16666b..6b0c6273 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -5,6 +5,14 @@ title: Changelog ## [Unreleased](https://github.com/lets-cli/lets/releases/tag/v0.0.X) +## [0.0.54](https://github.com/lets-cli/lets/releases/tag/v0.0.54) + +* `[Fixed]` `lets --init` now properly creates `lets.yaml`. Issue [#263](https://github.com/lets-cli/lets/issues/263) +* `[Dependency]` update go to `1.22` +* `[Fixed]` ensure `init` script does not get called twice. Issue [#256](https://github.com/lets-cli/lets/issues/256) +* `[Fixed]` do not fail if `sh` in env is empty. Issue [#235](https://github.com/lets-cli/lets/issues/235) +* `[Fixed]` support `arm64` in `lets --upgrade`. Issue [#254](https://github.com/lets-cli/lets/issues/254) + ## [0.0.53](https://github.com/lets-cli/lets/releases/tag/v0.0.53) * `[Fixed]` change `SHELL` env to `LETS_SHELL` because setting system variable `SHELL` to just `bash` without full path to binary cases and error in some cases.