diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ca96eaf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## [1.0.0] - 2025-12-16 + +* Initial Release + diff --git a/pyproject.toml b/pyproject.toml index 072ebcc..6b12ef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "doli" -version = "0.0.0" +version = "1.0.0" description = "Config linker for chezmoi and Nextcloud" readme = "README.md" requires-python = ">=3.10"