Skip to content

Commit 072b949

Browse files
committed
chore: bump version to 0.6.6 for release
Previous v0.6.5 was already published with documentation updates. This release contains the new OIDC and transport isolation features.
1 parent e534aeb commit 072b949

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.6.5] - 2025-08-06
10+
## [0.6.6] - 2025-08-06
1111

1212
### Added
1313
- **OIDC Discovery Support** - Full OpenID Connect configuration discovery

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add to your `Cargo.toml`:
3636

3737
```toml
3838
[dependencies]
39-
pmcp = "0.6.5"
39+
pmcp = "0.6.6"
4040
```
4141

4242
## Examples
@@ -95,7 +95,7 @@ cargo run --example 16_batching
9595

9696
See the [examples directory](examples/) for detailed documentation.
9797

98-
## What's New in v0.6.5
98+
## What's New in v0.6.6
9999

100100
### 🔐 OIDC Discovery Support
101101
- Full OpenID Connect discovery implementation

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.5
1+
0.6.6

0 commit comments

Comments
 (0)