From 722a2e09f64e3f49c1d0fc632a11f5792d6e0503 Mon Sep 17 00:00:00 2001 From: Charles Pascoe Date: Mon, 23 Dec 2024 16:41:09 +0000 Subject: [PATCH] Version 1.0.1 --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 3f554bc..c763e28 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## Version 1.0.1 - 2024/12/23 + +### Fixed + +- [#13](https://github.com/charlespascoe/vim-go-syntax/issues/13): Fix issue + that broke vim-go's `:GoCoverage` and other tools when this syntax was loaded + before vim-go. + ## Version 1.0.0 - 2024/02/14 ### Added