From 5a6409f52038a2150fd881831e468a93b49cb996 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Wed, 8 Nov 2023 01:58:09 -0300 Subject: [PATCH] chore(changelog): bump version --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40f95f..aa1c4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [unreleased] +## [0.1.1] - 2023-11-08 + +### Features + +- Recursively traverse directories and skip UNIX hidden ones ([#1](https://oolong.ludwig.dog/pitbuster/playlist-check/issues/1)) ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 54bad6f..dd90738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" [[package]] name = "playlist-check" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "camino", diff --git a/Cargo.toml b/Cargo.toml index 4ed3f7e..93c16dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "playlist-check" -version = "0.1.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html