Skip to content

Commit 8458a7b

Browse files
committed
chore: Bump version to 0.0.18 and update CHANGELOG.md
- Added support for Factory CLI (`droid`) agent, including necessary CLI help, packaging scripts, context updaters, and documentation updates. - Implemented fallback to locally built templates when a release archive for a new agent is not yet published.
1 parent a44c319 commit 8458a7b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
- Support for using `.` as a shorthand for current directory in `specify init .` command, equivalent to `--here` flag but more intuitive for users
1515

16+
## [0.0.18] - 2025-09-23
17+
18+
### Added
19+
20+
- Factory CLI (`droid`) agent support, including CLI help, packaging scripts, context updaters, and documentation updates.
21+
- CLI fallback to locally built templates when a release archive for a new agent is not yet published.
22+
1623
## [0.0.17] - 2025-09-22
1724

1825
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)