Skip to content

Commit 3388965

Browse files
committed
chore: prepare v0.4.0 release
- Mark mcp-external-validation as non-publishable - Update publish script for v0.4.0 - Add comprehensive auth framework and external validation tools
1 parent 768637f commit 3388965

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mcp-external-validation/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ readme = "README.md"
1212
keywords = ["mcp", "validation", "testing", "compliance", "protocol"]
1313
categories = ["development-tools::testing", "web-programming"]
1414
rust-version.workspace = true
15+
publish = false
1516

1617
[dependencies]
1718
# Core framework dependencies

scripts/publish-direct.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
echo "🚀 Publishing PulseEngine MCP Framework v0.3.1"
7+
echo "🚀 Publishing PulseEngine MCP Framework v0.4.0"
88
echo "============================================="
99
echo ""
1010

@@ -114,4 +114,4 @@ echo " https://crates.io/crates/pulseengine-mcp-server"
114114
echo ""
115115
echo "Next steps:"
116116
echo "1. Push to GitHub: git push -u origin main"
117-
echo "2. Create a GitHub release with tag v0.3.1"
117+
echo "2. Create a GitHub release with tag v0.4.0"

0 commit comments

Comments
 (0)