From ece71fa296e2f4108b31631f37c3297716726110 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 26 Apr 2023 10:57:10 -0400 Subject: [PATCH] bump --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18add4e..93b2b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.1.2 + +### Fxies + +- Make `lastModified` optional ([#1](https://github.com/nix-community/nix-melt/issues/2)) + ## v0.1.1 - 2023-04-26 ### Features diff --git a/Cargo.lock b/Cargo.lock index 085e287..5bd0f35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "nix-melt" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 768c911..f75fa06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-melt" -version = "0.1.1" +version = "0.1.2" authors = ["figsoda "] edition = "2021" description = "A ranger-like flake.lock viewer"