From 7e14e5e434d79435d7bc2c262d2284a8599619e1 Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Fri, 11 Sep 2026 11:56:30 +0100 Subject: [PATCH 1/2] Add CHANGELOG --- docs/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..5a8ed10 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,7 @@ +## 2.0.dev4 + +**Navigation Support** + +Preliminary support for site navigation. + +See [#49](https://github.com/encode/mkdocs/pull/49) for further details. \ No newline at end of file From de2879b6bcbc064d0d4b4f17bc43f895e585b089 Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Fri, 11 Sep 2026 11:59:39 +0100 Subject: [PATCH 2/2] Include README in PyPI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2303e67..bfcffac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "hatchling.build" [project] name = "mkdocs" description = "HTTP, for Python." +readme = "docs/README.md" requires-python = ">=3.10" authors = [ { name = "Kim Christie", email = "noreply@lovelydinosaur.com" },