Skip to content

Commit

Permalink
refactor!: drop neovim 0.9 compatibility layer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 26, 2024
1 parent 047f9c9 commit dd4c180
Show file tree
Hide file tree
Showing 23 changed files with 341 additions and 395 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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).

## [5.0.0] - 2024-07-26

### BREAKING CHANGES

- Require Neovim `>= 0.10.0`.

## [4.26.1] - 2024-07-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ that are specific to rust-analyzer.

### Required

- `neovim >= 0.9`
- `neovim >= 0.10`
- [`rust-analyzer`](https://rust-analyzer.github.io/)

### Optional
Expand Down
Loading

0 comments on commit dd4c180

Please sign in to comment.