Release 1.1.0

This commit is contained in:
Rohan McGovern 2023-04-04 09:57:52 +10:00
parent 5a9938c05c
commit bc5b0c3f23
3 changed files with 7 additions and 3 deletions

View file

@ -24,6 +24,10 @@ information about the usage of `repo-autoindex`.
## Changelog
### v1.1.0 - 2023-04-04
- Added limited support for kickstart repositories.
### v1.0.2 - 2022-10-21
- Reduced memory usage when handling large yum repositories.

View file

@ -7,9 +7,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = "repo-autoindex"
copyright = "2022, Red Hat"
copyright = "2023, Red Hat"
author = "Rohan McGovern <rmcgover@redhat.com>"
release = "1.0.2"
release = "1.1.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View file

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