Skip to content

Commit 78d62b6

Browse files
committed
chore(main): release 0.1.5
1 parent 79ebda8 commit 78d62b6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.4...v0.1.5) (2025-02-15)
4+
5+
6+
### Features
7+
8+
* implement builder pattern for JsonrpcErrorError ([#18](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/18)) ([71e63e5](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/71e63e51e01fc934e6388b32c50a46602899fe5d))
9+
10+
11+
### Bug Fixes
12+
13+
* Standardize error types to conform to JSON-RPC ([#20](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/20)) ([47fd818](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/47fd818867626fe318b410e3adfa4b378c51ce69))
14+
315
## [0.1.4](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.3...v0.1.4) (2025-02-12)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-schema"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Ali Hashemi"]
55
categories = ["data-structures", "parser-implementations", "parsing"]
66
description = "Type-safe implementation of the Model Context Protocol in Rust, designed to reduce errors and accelerate development with powerful utilities."

0 commit comments

Comments
 (0)