Skip to content

Commit 8503843

Browse files
committed
bump
1 parent bbb436d commit 8503843

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.1 - 2023-04-19
4+
5+
## Features
6+
7+
- `loaders.scoped` to utilize `scopedImport` instead of `import` for loading files
8+
39
## v0.2.0 - 2023-04-10
410

511
## Breaking Changes

templates/default/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
inputs = {
33
haumea = {
4-
url = "github:nix-community/haumea/v0.2.0";
4+
url = "github:nix-community/haumea/v0.2.1";
55
inputs.nixpkgs.follows = "nixpkgs";
66
};
77
nixpkgs.url = "github:nix-community/nixpkgs.lib";

0 commit comments

Comments
 (0)