Skip to content

Commit

Permalink
docs(changelog): 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 13, 2023
1 parent 204eaf0 commit 735ff98
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 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).

## [Unreleased]

## [1.0.0] - 2023-10-13
### Changed
- POTENTIALLY BREAKING: remove nvim-treesitter dependency.
It is advised to be on at least Neovim v0.9.0
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)
still has to be installed.

## [0.8.5] - 2023-09-02
### Changed
Expand Down

0 comments on commit 735ff98

Please sign in to comment.