Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed May 2, 2023
1 parent 66a4b69 commit 2deba2f
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 44 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.1.1

## Features

- load: accept `src`
- cli: allow running commands other than `nix flake check`

## Changes

- load: deprecate `flake` and `dir`

## Fixes

- load: fix json format when values are implicitly casted
- canonicalize path before running `nix flake check`

## v0.1.0 - 2023-04-09

First release
107 changes: 69 additions & 38 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "namaka"
version = "0.1.0"
version = "0.1.1"
authors = ["figsoda <[email protected]>"]
edition = "2021"
description = "Snapshot testing for Nix based on haumea"
Expand Down Expand Up @@ -29,11 +29,11 @@ default-features = false
features = ["regex-onig"]

[dependencies.clap]
version = "4.2.5"
version = "4.2.7"
features = ["cargo", "derive", "unicode", "wrap_help"]

[build-dependencies]
clap = { version = "4.2.5", features = ["derive", "string"] }
clap = { version = "4.2.7", features = ["derive", "string"] }
clap_complete = "4.2.1"
clap_mangen = "0.2.10"

Expand Down
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.

0 comments on commit 2deba2f

Please sign in to comment.