Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed May 26, 2023
1 parent df4e37a commit 34dd583
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.2.2 - 2023-05-26

### Features

- New [book](https://nix-community.github.io/haumea)
- load: `loader` now also accepts a list of matchers for loading non-Nix files
([#10](https://github.com/nix-community/haumea/pull/10))

The following matchers and functions available under
[`matchers`](https://nix-community.github.io/haumea/api/matchers.html):

- `always` always matches the file regardless of its file name
- `extension` matches the file by its extension
- `json` loads all JSON files
- `nix` is the default matcher if the `loader` is a function and not a list of matchers
- `regex` matches the file using the given regex
- `toml` loads all TOMl files

### Features

## v0.2.1 - 2023-04-19

### Features
Expand Down
6 changes: 3 additions & 3 deletions docs/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/default/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs = {
haumea = {
url = "github:nix-community/haumea/v0.2.1";
url = "github:nix-community/haumea/v0.2.2";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:nix-community/nixpkgs.lib";
Expand Down

0 comments on commit 34dd583

Please sign in to comment.