From a8a89bbc6ff264ca8672327c9dc068f3fda0c56c Mon Sep 17 00:00:00 2001
From: Meng Zhang
Date: Tue, 7 Nov 2023 13:44:08 -0800
Subject: [PATCH] docs(README.md): add 0.5.4 to what's new
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2105299..7e194e5 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Tabby is a self-hosted AI coding assistant, offering an open-source and on-premi
## 🔥 What's New
-* **11/07/2023** [v0.5.3](https://github.com/TabbyML/tabby/releases/tag/v0.5.3) released! With a redesign of UI + performance improvement.
+* **11/07/2023** [v0.5.3](https://github.com/TabbyML/tabby/releases/tag/v0.5.3) [v0.5.4](https://github.com/TabbyML/tabby/releases/tag/v0.5.4) released! With a redesign of UI + performance improvement.
* **10/24/2023** ⛳️ Major updates for Tabby IDE plugins across [VSCode/Vim/IntelliJ](https://tabby.tabbyml.com/docs/extensions)!
* **10/15/2023** RAG-based code completion is enabled by detail in [v0.3.0](https://github.com/TabbyML/tabby/releases/tag/v0.3.0)🎉! Check out the [blogpost](https://tabby.tabbyml.com/blog/2023/10/16/repository-context-for-code-completion/) explaining how Tabby utilizes repo-level context to get even smarter!