From 386883f3bdee4ecad61e12dbb05b3c064ac4d720 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sun, 29 Oct 2023 21:29:30 +0100 Subject: [PATCH] refactor: remove all uses of `plenary.nvim` --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d565c6..4b8b254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)