Skip to content

Commit 07077d0

Browse files
authored
Update V-Model Extension Pack to v0.2.0 in community catalog (#1656)
- Version: 0.1.0 → 0.2.0 - Download URL updated to v0.2.0 tag - Commands: 3 → 5 (added system-design, system-test)
1 parent aeed11f commit 07077d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/catalog.community.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"id": "v-model",
99
"description": "Enforces V-Model paired generation of development specs and test specs with full traceability.",
1010
"author": "leocamello",
11-
"version": "0.1.0",
12-
"download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.1.0.zip",
11+
"version": "0.2.0",
12+
"download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.2.0.zip",
1313
"repository": "https://github.com/leocamello/spec-kit-v-model",
1414
"homepage": "https://github.com/leocamello/spec-kit-v-model",
1515
"documentation": "https://github.com/leocamello/spec-kit-v-model/blob/main/README.md",
@@ -19,7 +19,7 @@
1919
"speckit_version": ">=0.1.0"
2020
},
2121
"provides": {
22-
"commands": 3,
22+
"commands": 5,
2323
"hooks": 1
2424
},
2525
"tags": ["v-model", "traceability", "testing", "compliance", "safety-critical"],

0 commit comments

Comments
 (0)