From 1ee856530616f7d12e9799e8e9f202b31880a157 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Fri, 20 Sep 2024 12:01:06 +0200 Subject: [PATCH] chore(master): release 4.1.0 (#397) :robot: I have created a release *beep* *boop* --- ## [4.1.0](https://github.com/mrcjkb/haskell-tools.nvim/compare/4.0.1...v4.1.0) (2024-09-20) ### Features * **lsp:** `` mappings for hover actions ([#398](https://github.com/mrcjkb/haskell-tools.nvim/issues/398)) ([f32ba45](https://github.com/mrcjkb/haskell-tools.nvim/commit/f32ba4538f3554e1b6636e296ad15833727ad52a)), closes [#395](https://github.com/mrcjkb/haskell-tools.nvim/issues/395) ### Bug Fixes * **lsp:** disable hover actions if luajit is not available ([24865bf](https://github.com/mrcjkb/haskell-tools.nvim/commit/24865bf7ec58308e164bd92efd810ae68c9451f2)) * nil error when trying to invoke some subcommands ([e7a5bdb](https://github.com/mrcjkb/haskell-tools.nvim/commit/e7a5bdb55eed8a37afeb2171c9feb5990749168e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b587647..ac361d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.1.0](https://github.com/mrcjkb/haskell-tools.nvim/compare/4.0.1...v4.1.0) (2024-09-20) + + +### Features + +* **lsp:** `` mappings for hover actions ([#398](https://github.com/mrcjkb/haskell-tools.nvim/issues/398)) ([f32ba45](https://github.com/mrcjkb/haskell-tools.nvim/commit/f32ba4538f3554e1b6636e296ad15833727ad52a)), closes [#395](https://github.com/mrcjkb/haskell-tools.nvim/issues/395) + + +### Bug Fixes + +* **lsp:** disable hover actions if luajit is not available ([24865bf](https://github.com/mrcjkb/haskell-tools.nvim/commit/24865bf7ec58308e164bd92efd810ae68c9451f2)) +* nil error when trying to invoke some subcommands ([e7a5bdb](https://github.com/mrcjkb/haskell-tools.nvim/commit/e7a5bdb55eed8a37afeb2171c9feb5990749168e)) + ## [4.0.1] - 2024-08-20 ### Fixed