Skip to content

Commit d75c1ca

Browse files
noahgiftclaude
andcommitted
chore: release v1.1.1
- Merged all approved dependabot PRs - Fixed getrandom v0.3 compatibility issues - Updated dependencies to latest versions - All tests passing with zero clippy warnings πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent abf5f55 commit d75c1ca

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.1.1] - 2025-08-14
9+
10+
### Fixed
11+
- Fixed getrandom v0.3 compatibility by changing feature from 'js' to 'std'
12+
- Updated wasm target feature configuration for getrandom
13+
14+
### Changed
15+
- Updated dependencies to latest versions:
16+
- getrandom: 0.2 β†’ 0.3
17+
- rstest: 0.25 β†’ 0.26
18+
- schemars: 0.8 β†’ 1.0
19+
- darling: 0.20 β†’ 0.21
20+
- jsonschema: 0.30 β†’ 0.32
21+
- notify: 6.1 β†’ 8.2
22+
823
## [1.1.0] - 2025-08-12
924

1025
### Added

β€Ž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.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
authors = ["PAIML Team"]
66
description = "High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility"

0 commit comments

Comments
Β (0)