Skip to content

Commit

Permalink
refactor: remove all uses of plenary.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 29, 2023
1 parent e0d94ce commit 386883f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2023-10-29
### Changed
- Remove `plenary.nvim` dependency.
This does not bump any version requirements, and is not a breaking change.

## [1.0.0] - 2023-10-13
### Changed
- POTENTIALLY BREAKING: remove nvim-treesitter dependency.
- POTENTIALLY BREAKING: remove `nvim-treesitter` dependency.
It is advised to be on at least Neovim v0.9.0 to use this
plugin without nvim-treesitter.
The [tree-sitter parser for Haskell](https://github.com/tree-sitter/tree-sitter-haskell)
Expand Down

0 comments on commit 386883f

Please sign in to comment.