diff --git a/README.md b/README.md index f1003ff..7c4599a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ information about the usage of `repo-autoindex`. ## Changelog +### v1.2.1 - 2024-01-15 + +- Ensure directories always appear first in indexes. + ### v1.2.0 - 2023-09-22 - Support streamed fetching to reduce memory usage when fetching large files. diff --git a/pyproject.toml b/pyproject.toml index acd66be..93b2adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "repo-autoindex" -version = "1.2.0" +version = "1.2.1" description = "Generic static HTML indexes of various repository types" authors = ["Rohan McGovern "] license = "GPL-3.0-or-later"