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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "version-sentinel-marketplace",
"version": "0.4.0",
"version": "0.4.1",
"description": "Claude Code plugin that hard-blocks dependency additions, bumps, and downgrades until a fresh, source-cited version check is recorded. Supports npm, pip, Poetry/uv, Cargo, and NuGet.",
"owner": {
"name": "Daniel Kiska",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "version-sentinel",
"version": "0.4.0",
"version": "0.4.1",
"description": "Hard-blocks dependency additions and version changes until Claude records a WebSearch-verified latest-version check.",
"author": {
"name": "Daniel Kiska",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "version-sentinel",
"version": "0.4.0",
"version": "0.4.1",
"description": "Hard-blocks dependency additions and version changes until the agent records a WebSearch-verified latest-version check.",
"author": {
"name": "Daniel Kiska",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to version-sentinel.

## [0.4.1](https://github.com/KSEGIT/Version-Sentinel/compare/version-sentinel-v0.4.0...version-sentinel-v0.4.1) (2026-08-04)


### Bug Fixes

* clarify userConfig option copy shown at install ([359aa5f](https://github.com/KSEGIT/Version-Sentinel/commit/359aa5f7d0a6f544c2ab0e8b0422d9aff66e38e4))
* clarify userConfig option copy shown at install ([fb526d8](https://github.com/KSEGIT/Version-Sentinel/commit/fb526d8d7f6ef7c4c1a2fb61bde6302f4896f57b))

## [0.4.0](https://github.com/KSEGIT/Version-Sentinel/compare/version-sentinel-v0.3.0...version-sentinel-v0.4.0) (2026-07-29)


Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "version-sentinel",
"version": "0.4.0",
"version": "0.4.1",
"description": "Hard-blocks dependency additions and version changes until the agent records a WebSearch-verified latest-version check.",
"contextFileName": "GEMINI.md"
}
2 changes: 1 addition & 1 deletion kimi.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "version-sentinel",
"version": "0.4.0",
"version": "0.4.1",
"description": "Hard-blocks dependency additions and version changes until the agent records a WebSearch-verified latest-version check.",
"keywords": [
"dependencies",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "version-sentinel",
"version": "0.4.0",
"version": "0.4.1",
"description": "Hard-blocks dependency additions, bumps, and downgrades until a fresh, source-cited version check is recorded. Supports npm, pip, Poetry/uv, Cargo, and NuGet.",
"author": {
"name": "Daniel Kiska",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1