From 08599c57e8434d832de93e946bdf81ec4fad09ec Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 18 Jul 2024 21:45:04 +0200 Subject: [PATCH] chore(main): release 1.0.0 (#19) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..90756c8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## 1.0.0 (2024-07-18) + + +### ⚠ BREAKING CHANGES + +* skeleton for rewrite + add WIP notice + +### Features + +* add filetype to parser map. Get rid of broken ci workflow ([33c988b](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/33c988b169d28861e2832eae0cbbc06de1224d19)) +* add gen-rockspec.lua ([73e3405](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/73e3405c7dd47adf5f42e0f8508e3657f2647c89)) +* add some filetype to parser mappings ([7117034](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/71170346fb6bf315362d7e436d4e16222f7d3893)) +* initial commit ([37e890b](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/37e890b80c60854d0b77a12f070be5e1e7980d61)) +* initial implementation of auto highlight + auto install ([5c145dc](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/5c145dcc34522f0028f28198aa9b97be870b9618)) +* remove nvim-treesitter version constraint ([029dde9](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/029dde9d519019fd37f1e631ef0309961dcf24f7)) +* skeleton for rewrite + add WIP notice ([ab5fe60](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/ab5fe6095e2f89e70d1241e5a550206c8e6d0151)) +* store previously declined installs ([1ad2803](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/1ad2803cb1cbbd338b1eda22610cbaa87d14748c)) + + +### Bug Fixes + +* **auto_install:** fall back to luarocks.org query if cache is not populated ([c9ab744](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/c9ab7443d6eed2501446be9de0b69fabcc759060)) +* **macos:** parsers reinstalling when opening their filetype ([6c1324f](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/6c1324fa3ada9967d7074f1bd1a2f590f6aa1478)) +* return early if rock is found in cache ([7540153](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/75401535ef742e861132dcd48ee40ca01a0ae348)) +* stop using deprecated `Rocks packadd` ([09b24aa](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/09b24aa8b240e67655a2faf796665a1787e92fbf)) +* **ui:** proper usage of `vim.fn.confirm` ([#17](https://github.com/nvim-neorocks/rocks-treesitter.nvim/issues/17)) ([59903dc](https://github.com/nvim-neorocks/rocks-treesitter.nvim/commit/59903dca819ba78566b3fd21e976e4f1409a5743))