This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
v1.2.1
Minor Preparation to Pave the Path for Neovim v0.8.x
This release introduces some patches which help pave the path towards developing the next minor release. And a simple heads up, the next minor release will probably be compatible with the latest stable version of Neovim i.e Neovim v0.8.0. But for now, this release pinned the runtime version of Neovim to v0.7.2 for stability concerns. That said, refer to the list of changes made to the project below:
- Replaced the arbitrary Bash scripts with the better
Taskfile.yml
which also serves as a source of documentation during development. - Refactored the
Dockerfile
to be more efficient when installing packages. - Pinned the Neovim version to
v0.7.2
for ensuring maximum stability. - Configured the
Taskfile.yml
to create a draft of a GitHub release more easily during development.
Full Changelog: v1.2.0...v1.2.1