From 8b49d5d0fb676566ba8aba5ece35111610bd7086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87etinkaya?= Date: Wed, 17 Sep 2025 11:39:03 +0300 Subject: [PATCH] chore(release): bump version to 0.0.5 and update changelog Add entry for Qwen Code support as new AI assistant option --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91eb47a..0722e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5] - 2025-09-17 + +### Added + +- Qwen Code support as additional AI assistant option + ## [0.0.4] - 2025-09-14 ### Added diff --git a/pyproject.toml b/pyproject.toml index 7eeeb52..412c04a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.0.4" +version = "0.0.5" description = "Setup tool for Specify spec-driven development projects" requires-python = ">=3.11" dependencies = [