-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from barrientosvctor/release-please--branches-…
…-main chore(main): release 2.0.0
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/barrientosvctor/abyss.nvim/compare/v1.5.0...v2.0.0) (2024-05-13) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **abyss.util:** Now the load function and uses different processes to load the colorscheme in Vim. | ||
* **api:** add `highlight` function | ||
* **theme:** table with colorscheme highlights | ||
|
||
### Features | ||
|
||
* **api:** add `highlight` function ([5717dc7](https://github.com/barrientosvctor/abyss.nvim/commit/5717dc75a2bf1bf961e6502b98cfc512b4f9bfb9)) | ||
* **config:** add treesitter option ([5a2ada8](https://github.com/barrientosvctor/abyss.nvim/commit/5a2ada83d2a82d5eac886b7b4ae2c25bc22bfa47)) | ||
* **config:** add vim config support ([93a56d4](https://github.com/barrientosvctor/abyss.nvim/commit/93a56d41fc4996cd0a6d32bbf097bd841c7796dd)) | ||
* **editorconfig:** Makefile config ([01f1a0b](https://github.com/barrientosvctor/abyss.nvim/commit/01f1a0b54604ce5d276bbe57f27bfe35330176d9)) | ||
* **lib:** vim functions ([4cd6bee](https://github.com/barrientosvctor/abyss.nvim/commit/4cd6bee6787ae14486ccbc55180f7b5347ef0c45)) | ||
* **make:** add help target ([67f16d1](https://github.com/barrientosvctor/abyss.nvim/commit/67f16d19b5a98079276558c4a3f49dc4e03cc67c)) | ||
* **vim:** add `highlight_group` function ([f6a244d](https://github.com/barrientosvctor/abyss.nvim/commit/f6a244d1491a94f0df35803e5da89c29ff0d8aad)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **docs:** wrong spell ([899214e](https://github.com/barrientosvctor/abyss.nvim/commit/899214ec5a016cad93098fcd26ac39dd731e9735)) | ||
* **editorconfig:** wrong typing ([5da321a](https://github.com/barrientosvctor/abyss.nvim/commit/5da321adad7098c4a06016c41d9efb8d2dd6bf0c)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **abyss.util:** add compatibility for vim ([5a0d915](https://github.com/barrientosvctor/abyss.nvim/commit/5a0d915ab761b9b0ed6dadfbd2028551d362240c)) | ||
* **theme:** table with colorscheme highlights ([2d3f74d](https://github.com/barrientosvctor/abyss.nvim/commit/2d3f74ded1ff326514ae279cc46ba6eb00387d6b)) |