Skip to content

Commit 55b56ac

Browse files
committed
chore: bump version to 0.0.118
1 parent 4af94f8 commit 55b56ac

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ All notable changes to the Specify CLI and templates are documented here.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to to [Semantic Versioning](https://semver.org/spec/v2.0.0/).
99

10+
## [0.0.118] - 2026-03-09
11+
12+
### Added
13+
14+
- **Mistral Vibe Support**: Integrated Mistral Vibe agent from upstream
15+
- **New Extensions**: Added Understanding, ralph, review, and fleet extensions from upstream community catalog
16+
17+
### Changed
18+
19+
- **Global Branch Numbering**: Use global branch numbering instead of per-short-name detection (from upstream)
20+
- **Agent List Updates**: Merged upstream agent additions (vibe, q)
21+
22+
### Fixed
23+
24+
- **README Instructions**: Updated project initialization instructions from upstream
25+
- **Duplicate Options**: Removed duplicate options in specify.md from upstream
26+
1027
## [0.0.117] - 2026-03-09
1128

1229
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentic-sdlc-specify-cli"
3-
version = "0.0.117"
3+
version = "0.0.118"
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)