diff --git a/CHANGELOG.md b/CHANGELOG.md index aa98b51..bfb9258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +### 1.10.2 * Replace underscores with spaces when searching text because `\b` word boundary does not match underscores otherwise * New default sorting rules * Make `RuleMatch` a real class diff --git a/pyproject.toml b/pyproject.toml index 09bc9dc..f6e4afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clown_sort" -version = "1.10.1" +version = "1.10.2" description = "Sort screenshots based on rules or through individual review." authors = ["Michel de Cryptadamus "] readme = "README.md"