Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Nov 17, 2024
1 parent 326865a commit 6a8f92b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.1 - 2024-11-16

### Fixes

- review: reset the terminal when interrupted

## v0.2.0 - 2023-06-02

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "namaka"
version = "0.2.0"
version = "0.2.1"
authors = ["figsoda <[email protected]>"]
edition = "2021"
description = "Snapshot testing for Nix based on haumea"
Expand Down
2 changes: 1 addition & 1 deletion templates/default/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
namaka = {
url = "github:nix-community/namaka/v0.2.0";
url = "github:nix-community/namaka/v0.2.1";
inputs = {
haumea.follows = "haumea";
nixpkgs.follows = "nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion templates/minimal/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
namaka = {
url = "github:nix-community/namaka/v0.2.0";
url = "github:nix-community/namaka/v0.2.1";
inputs = {
haumea.follows = "haumea";
nixpkgs.follows = "nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion templates/subflake/dev/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
namaka = {
url = "github:nix-community/namaka/v0.2.0";
url = "github:nix-community/namaka/v0.2.1";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
Expand Down

0 comments on commit 6a8f92b

Please sign in to comment.