Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
{
"name": "keep-the-why",
"description": "Preserves or recovers the reasoning behind a codebase — architectural decisions, rejected alternatives, workarounds, incident learnings, operational constraints, and historical context the code itself cannot explain.",
"version": "0.9.2",
"version": "0.10.1",
"author": {
"name": "Oliver Zehentleitner",
"url": "https://github.com/oliver-zehentleitner"
Expand All @@ -971,7 +971,7 @@
"source": {
"source": "github",
"repo": "oliver-zehentleitner/keep-the-why",
"ref": "v0.9.2"
"ref": "v0.10.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
{
"name": "keep-the-why",
"description": "Preserves or recovers the reasoning behind a codebase — architectural decisions, rejected alternatives, workarounds, incident learnings, operational constraints, and historical context the code itself cannot explain.",
"version": "0.9.2",
"version": "0.10.1",
"author": {
"name": "Oliver Zehentleitner",
"url": "https://github.com/oliver-zehentleitner"
Expand All @@ -679,7 +679,7 @@
"source": {
"source": "github",
"repo": "oliver-zehentleitner/keep-the-why",
"ref": "v0.9.2"
"ref": "v0.10.1"
}
},
{
Expand Down
Loading