From e44523b66b408ef5079bf86e8fe9970addb217b0 Mon Sep 17 00:00:00 2001 From: max397574 <81827001+max397574@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:09:44 +0200 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fffcae5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2024-06-10) + + +### Features + +* add .luacheckrc ([b99da70](https://github.com/max397574/neocomplete.nvim/commit/b99da7020048bcf667b87df71afaa4c2cd4fa281)) +* add build.lua for luarocks ([41691b3](https://github.com/max397574/neocomplete.nvim/commit/41691b3b61a0b559a99e88a291a128d1c0cb7317)) +* add function to check if menu is open ([78800f1](https://github.com/max397574/neocomplete.nvim/commit/78800f1d3eed33e475c55c2fe19e2bd51c96ab37)) +* **config/menu:** allow setting position of menu ([f8e8ca8](https://github.com/max397574/neocomplete.nvim/commit/f8e8ca8860bbf88a299cbb64f4c35feae424adbb)) +* filtering ([5cfed8b](https://github.com/max397574/neocomplete.nvim/commit/5cfed8b8e4a1730b66738810c327a8764576e7b4)) +* initial commit ([b77a8ca](https://github.com/max397574/neocomplete.nvim/commit/b77a8ca015e39fa70089ef9244204702483a1097)) +* set undo point before confirming completion ([84542f0](https://github.com/max397574/neocomplete.nvim/commit/84542f0a43a0dd9dd63f8c0a5278eae380845792)) +* update docs ([70c91e1](https://github.com/max397574/neocomplete.nvim/commit/70c91e193acbf63d01b93b0d7dde414edfd58028)) +* **workflows:** add luarocks ([73aebb9](https://github.com/max397574/neocomplete.nvim/commit/73aebb9b08abf348f97d405a474084718ef52f02)) +* **workflows:** update release please ([3606ae1](https://github.com/max397574/neocomplete.nvim/commit/3606ae1768f8d6b94326d3e61a182b38d9ded3e5)) + + +### Bug Fixes + +* **sorter:** reset score of entries ([dee016e](https://github.com/max397574/neocomplete.nvim/commit/dee016eb581f9f5f74ac1ef8ee0232f0663fe58b)) +* type annotations ([9117ad3](https://github.com/max397574/neocomplete.nvim/commit/9117ad31314ccd8edc7b11e5a40b673653037e70))