Release 1.2.1

This commit is contained in:
Rohan McGovern 2024-01-15 08:07:02 +10:00
parent 5dacb650ae
commit c60b63996c
2 changed files with 5 additions and 1 deletions

View file

@ -24,6 +24,10 @@ information about the usage of `repo-autoindex`.
## Changelog ## Changelog
### v1.2.1 - 2024-01-15
- Ensure directories always appear first in indexes.
### v1.2.0 - 2023-09-22 ### v1.2.0 - 2023-09-22
- Support streamed fetching to reduce memory usage when fetching large files. - Support streamed fetching to reduce memory usage when fetching large files.

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "repo-autoindex" name = "repo-autoindex"
version = "1.2.0" version = "1.2.1"
description = "Generic static HTML indexes of various repository types" description = "Generic static HTML indexes of various repository types"
authors = ["Rohan McGovern <rmcgover@redhat.com>"] authors = ["Rohan McGovern <rmcgover@redhat.com>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"