Skip to content

Commit

Permalink
docs(changelog): 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 22, 2023
1 parent 0029525 commit 6cd9686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [2.1.0] - 2023-10-22

### Added

Expand All @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This fixes a type error in the `hover` command validation.
- Failure to start on standalone files if `cargo` is not installed.

## [2.0.0] - 2023-11-21
## [2.0.0] - 2023-10-21

### Breaking changes

Expand All @@ -32,13 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(available when the LSP client is running)
e.g. `RustLsp moveItem [up|down]`

## [1.0.1] - 2023-11-21
## [1.0.1] - 2023-10-21

### Fixed

- Hover actions + command cache: module requires.

## [1.0.0] - 2023-11-21
## [1.0.0] - 2023-10-21

### Added
- Initial release of `ferris.nvim`.
Expand Down

0 comments on commit 6cd9686

Please sign in to comment.