From bb77a3ad47a084c32eba3ec153c750d4c30cdc75 Mon Sep 17 00:00:00 2001 From: SeoulSKY Date: Sun, 7 Jul 2024 17:07:03 -0600 Subject: [PATCH] Update docs --- docs/changelog.rst | 8 ++++++++ docs/conf.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3345e15..9870ac8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========== +v1.1.0 +------ + +* Add an optional parameter ``host`` to ``YouTubeNotifier.run()`` and ``AsyncYouTubeNotifier.serve()`` to + specify the host to bind to when running the FastAPI server. Defaults to ``0.0.0.0`` + +**Full Changelog**: https://github.com/SeoulSKY/ytnoti/compare/v1.0.0...v1.1.0 + v1.0.0 ------ diff --git a/docs/conf.py b/docs/conf.py index c226145..1c7e0ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ project = "ytnoti" copyright = "2024 - Present, SeoulSKY" author = "SeoulSKY" -release = "1.0.0" +release = "1.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration