From 03e3e597e305ee54328fa03e2d6f0cad4c6472a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:41:58 +0000 Subject: [PATCH] chore: bump version to 0.0.90 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c98c66994c..7868367da3 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.90] - 2026-03-04 + +### Changed + +- fix: correct release-trigger workflow for agentic-sdlc-v tag format +- fix: update release workflow to trigger on agentic-sdlc-v* tags + + ## [Unreleased] ## [0.0.89] - 2026-03-04 diff --git a/pyproject.toml b/pyproject.toml index d7fb26f71f..b54129e2c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentic-sdlc-specify-cli" -version = "0.0.89" +version = "0.0.90" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [