chore: bump version to 1.0.0 and add CHANGELOG.md

Release version 1.0.0 with comprehensive changelog documenting
all features added since initial development including skill
installer, TileList component, file watcher, and theme system.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jeroen Schweitzer
2026-02-01 21:27:17 +01:00
co-authored by Claude
parent 839a3ad50c
commit 2d2e5f5648
3 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "clide"
version = "0.1.0"
version = "1.0.0"
description = "A TUI CLI IDE for Claude Code CLI"
readme = "README.md"
requires-python = ">=3.12"