From 66259151498c0e6c02b133043e6f57dc084de9bd Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 29 Sep 2023 16:57:02 -0400 Subject: [PATCH] bump chronicle to v0.8.0 Signed-off-by: Alex Goodman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e9b39f8..2bb9a46a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ GLOW = $(TEMP_DIR)/glow PUBLISH_CMD = poetry publish --build -n # Tool versions ################################# -CHRONICLE_VERSION = v0.6.0 +CHRONICLE_VERSION = v0.8.0 GLOW_VERSION = v1.4.1 CRANE_VERSION = v0.16.1