Skip to content

Commit 63b20ed

Browse files
committed
bump version to v0.4.0 and update CHANGELOG
1 parent 26ff8f4 commit 63b20ed

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.4.0] 2023-12-29
44

55
### Features
66

77
- Support passing a nix-generated table of plugin names:plugin paths instead of plugin discovery within the plugin
8+
+ This should also mean that Lazy-Nix-Helper will work with nix-installed plugins on a non-NixOS system, but I haven't tested that
9+
10+
### Docs
11+
12+
- Update docs to provide instructions for generating the input plugin table from Nix
813

914

1015
## [0.3.0] - 2023-12-27

lua/lazy-nix-helper/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local M = {}
22

3-
M.VERSION = "v0.3.0"
3+
M.VERSION = "v0.4.0"
44

55
return M

0 commit comments

Comments
 (0)