From 50b93653101a4940d709239e1c1e64470abd7136 Mon Sep 17 00:00:00 2001 From: comfysage <67917529+comfysage@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:13:28 +0200 Subject: [PATCH] chore: update nightly changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edea0e1..be67f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - (`lib/exec`) Use `fake-tty` crate display colors in command output - (``) Fix renamed github scope (`comfysage`) - (`lib/util/filepath`) `get_relative` should not error when trimmed path is unchanged (root is unmatched) +- (`scripts`) Use builtin cliff flags ### Development @@ -18,6 +19,7 @@ - (`readme`) Update install url to use new github raw api - (`lib/pkg/root`) Add inline docs +- (`changelog`) Update nightly changelog ### Features @@ -28,6 +30,8 @@ - (`gtea`) Add gtea.toml - (`cargo`) Update `Cargo.lock` +- (``) Add nightly release scripts +- (``) Add stable release scripts ### Refactor