From bc745b8faf5f0c296d32780e002266913be03dc8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Dec 2022 00:50:12 +0000 Subject: [PATCH] :bookmark: 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # v1.0.0 (2022-12-20) ## ✨ New Features - [`62bd408`](https://github.com/spaceduck-theme/nvim/commit/62bd408) port basic spaceduck to lua - [`00cbec8`](https://github.com/spaceduck-theme/nvim/commit/00cbec8) add lualine support ## 🐛 Bug Fixes - [`b351754`](https://github.com/spaceduck-theme/nvim/commit/b351754) assert syntax_on existence properly and disable broken groups - [`ab971f0`](https://github.com/spaceduck-theme/nvim/commit/ab971f0) fix errors in lualine support - [`73c45d1`](https://github.com/spaceduck-theme/nvim/commit/73c45d1) remove unwanted character from StatusLineTermNC --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e8f55bf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# v1.0.0 (2022-12-20) + +## ✨ New Features +- [`62bd408`](https://github.com/spaceduck-theme/nvim/commit/62bd408) port basic spaceduck to lua +- [`00cbec8`](https://github.com/spaceduck-theme/nvim/commit/00cbec8) add lualine support + +## 🐛 Bug Fixes +- [`b351754`](https://github.com/spaceduck-theme/nvim/commit/b351754) assert syntax_on existence properly and disable broken groups +- [`ab971f0`](https://github.com/spaceduck-theme/nvim/commit/ab971f0) fix errors in lualine support +- [`73c45d1`](https://github.com/spaceduck-theme/nvim/commit/73c45d1) remove unwanted character from StatusLineTermNC