From b7c375919e6de635ecd63926a13b6b3d27aec333 Mon Sep 17 00:00:00 2001 From: Matthew Mueller Date: Wed, 14 Sep 2022 19:56:17 -0500 Subject: [PATCH] Release v0.2.5 --- Changelog.md | 4 ++++ version.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ddbe1ef6..9357dd28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,10 @@ Get the latest release of Bud by running the following in your terminal: curl -sf https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh ``` +## v0.2.5 + +- Implement filesystem caching (#281) + ## v0.2.4 - Partial support for auto-incrementing the port if already in use (#250) diff --git a/version.txt b/version.txt index 72f9fa82..28af839c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.4 \ No newline at end of file +0.2.5 \ No newline at end of file