diff --git a/CHANGELOG.md b/CHANGELOG.md index f4403fa..403f21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.1.0 -- 2023-05-26 + ### Fixed - Dig all of sibling directories recursively when `--tree` and `--level=LEVEL` are enabled at the same time. diff --git a/haskellorls.cabal b/haskellorls.cabal index 465f672..610606e 100644 --- a/haskellorls.cabal +++ b/haskellorls.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: haskellorls -version: 0.6.0.0 +version: 0.6.1.0 synopsis: Haskell implementation of ls license: BSD-3-Clause license-file: LICENSE