From b5a3526f8ae9e0e01dc55d5fe560cef48a6fc01e Mon Sep 17 00:00:00 2001 From: LeMarsu Date: Mon, 10 Jun 2024 01:14:35 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281a66c..353e52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.0.10] - 2024-06-09 + +### Features + +- Runtime is now optional +- [**breaking**] `init.lua` configuration is now a `mkNeovimPkg`'s option +- Add option init config object to generate `init.lua` + +### Miscellaneous Tasks + +- Add alejandra to nix shell + ## [0.0.9] - 2024-06-09 ### Features diff --git a/VERSION b/VERSION index c5d54ec..7c1886b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.9 +0.0.10