From 459eadfae4dc8982f40ed97b11af4a699d250c2f Mon Sep 17 00:00:00 2001 From: LeMarsu Date: Tue, 4 Jun 2024 03:37:08 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4d676..515c705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.0.8] - 2024-06-04 + +### Features + +- Can load lazy plugins on events +- Can load lazy plugins on keymaps + +### Bug Fixes + +- Move files instead of copying them +- Sloth list was broken since refactoring + +### Miscellaneous Tasks + +- Switch from nixpkgs `23.11` to `unstable` + ## [0.0.7] - 2024-06-03 ### Features diff --git a/VERSION b/VERSION index 5a5831a..d169b2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.7 +0.0.8