Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Jul 18, 2024
1 parent 0440a9b commit 08599c5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 08599c5

Please sign in to comment.