From a28ac517c003fc691c79c99c1987b0764d220152 Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Mon, 20 Apr 2026 09:33:24 -0400 Subject: [PATCH] chore(main): release 3.0.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c0484..b6954ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.3](https://github.com/AstroNvim/astrocore/compare/v3.0.2...v3.0.3) (2026-04-20) + + +### Performance Improvements + +* **treesitter:** improve performance of fold refresh after loading treesitter ([2b87f90](https://github.com/AstroNvim/astrocore/commit/2b87f909b5f1040b0855ca7ecf1a17bb00a6640f)) + ## [3.0.2](https://github.com/AstroNvim/astrocore/compare/v3.0.1...v3.0.2) (2026-04-17)