Skip to content

Commit fdce0e2

Browse files
committed
fix: remove 96MB spin binary to fix crates.io publishing
- Remove accidentally committed spin CLI binary (96MB) - Add examples/spin to .gitignore - Bump version to 1.5.3 - Package size reduced from 98.2MB to ~2MB
1 parent 4b1ca53 commit fdce0e2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ proptest-regressions/
4141
# Mutation testing
4242
**/mutants.out*/
4343
tests/integration/typescript-interop/node_modules/
44+
examples/spin

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pmcp"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
edition = "2021"
55
authors = ["PAIML Team"]
66
description = "High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility"

examples/spin

-95.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)