chore(changelog): bump version

This commit is contained in:
Felipe 2023-11-08 01:58:09 -03:00
parent 91c36271f9
commit 5a6409f520
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
3 changed files with 7 additions and 3 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -155,7 +155,7 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
[[package]]
name = "playlist-check"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"camino",

View file

@ -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