From 624a8e24292557d3ac0887ca94d4ac34b1e6573d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:59:31 +0000 Subject: [PATCH] chore: bump version to 0.0.93 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7868367da3..485bc7ae4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ All notable changes to the Specify CLI and templates are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.93] - 2026-03-05 + +### Changed + +- Breaking change/adlc prefix migration (#66) +- chore: remove orphaned test artifacts (bin/act, tmp/) + + ## [0.0.90] - 2026-03-04 ### Changed diff --git a/pyproject.toml b/pyproject.toml index b54129e2c9..fba98a4d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentic-sdlc-specify-cli" -version = "0.0.90" +version = "0.0.93" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [