Skip to content

Commit 1879987

Browse files
committed
fix: resolve lint errors from merge conflict
- Remove duplicate function definitions in __init__.py - Fix duplicate imports in extensions.py - Add missing imports (json, re, shutil) to extensions.py - Bump version to 0.2.1
1 parent 669cc05 commit 1879987

4 files changed

Lines changed: 196 additions & 256 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.2.1] - 2026-03-10
11+
12+
### Fixed
13+
14+
- Fix lint errors from merge conflict: duplicate imports and missing functions in extensions.py and __init__.py
15+
1016
## [0.2.0] - 2026-03-09
1117

1218
### 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.2.0"
3+
version = "0.2.1"
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)