File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,4 @@ proptest-regressions/
4141# Mutation testing
4242** /mutants.out * /
4343tests /integration /typescript-interop /node_modules /
44+ examples /spin
Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.5.2] - 2025-09-25
8+ ## [ 1.5.3] - 2025-09-26
9+
10+ ### Fixed
11+ - Removed accidentally committed 96MB spin binary from package
12+ - Package size reduced from 98.2MB to ~ 2MB for successful crates.io publishing
13+
14+ ## [ 1.5.2] - 2025-09-25 (Failed to publish)
915
1016### Fixed
1117- Release workflow to handle existing releases gracefully
Original file line number Diff line number Diff line change 11[package ]
22name = " pmcp"
3- version = " 1.5.2 "
3+ version = " 1.5.3 "
44edition = " 2021"
55authors = [" PAIML Team" ]
66description = " High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility"
You can’t perform that action at this time.
0 commit comments