From 90ff8a94e5b3eb1b43a7b3848403018c0200db0a Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 16 Dec 2025 19:26:28 +0100 Subject: [PATCH] Release version 1.0.1 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca96eaf..79d6a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.1] - 2025-12-16 + +* Now buildable via python + + ## [1.0.0] - 2025-12-16 * Initial Release diff --git a/pyproject.toml b/pyproject.toml index 1a28f86..abcb1a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "doli" -version = "1.0.0" +version = "1.0.1" description = "Config linker for chezmoi and Nextcloud" readme = "README.md" requires-python = ">=3.10"