From 72c0937821003cc181bee58532237c32f975e578 Mon Sep 17 00:00:00 2001 From: David Gamba Date: Thu, 10 Oct 2024 22:29:10 -0600 Subject: [PATCH] bt: update changelog --- bt/changelog.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bt/changelog.adoc b/bt/changelog.adoc index 2493c49..8edef54 100644 --- a/bt/changelog.adoc +++ b/bt/changelog.adoc @@ -1,5 +1,11 @@ = bt +== v0.11.0: New features + +* Add retries to stack components. + +* Add initial support for colors to the output. + == v0.10.0: Breaking changes Updated bt to load config files from the directory by default, this allows to split `bt-stacks` into multiple files.