Skip to content

Commit dded847

Browse files
RahulHereRahulHere
authored andcommitted
Release version 0.1.2
Prepare release v0.1.2: - Update Cargo.toml: version = "0.1.2" - Update CHANGELOG.md: [Unreleased] -> [0.1.2] - 2026-03-20 gopher-orch version: 0.1.2 Changes in this release: ### Added - Initial release of gopher-mcp-rust SDK - Rust bindings for gopher-orch native library via FFI - Runtime library loading using `libloading` crate - OAuth 2.0 authentication support (feature-gated with `auth` feature) - MCP (Model Context Protocol) client implementation - GopherAgent for AI agent orchestration - ConfigBuilder for client configuration - Auth example server with Axum web framework ### Features
1 parent 615e6a5 commit dded847

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.2] - 2026-03-20
11+
1012
### Added
1113
- Initial release of gopher-mcp-rust SDK
1214
- Rust bindings for gopher-orch native library via FFI
@@ -21,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- `default` - Core functionality without auth
2224
- `auth` - OAuth 2.0 token validation via native library
2325

26+
2427
---
2528

26-
[Unreleased]: https://github.com/GopherSecurity/gopher-mcp-rust/compare/HEAD
29+
[Unreleased]: https://github.com/GopherSecurity/gopher-mcp-rust/compare/v0.1.2...HEAD
30+
[0.1.2]: https://github.com/GopherSecurity/gopher-mcp-rust/releases/tag/v0.1.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gopher-orch"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["GopherSecurity"]
66
description = "Rust SDK for Gopher Orch - AI Agent orchestration framework"

0 commit comments

Comments
 (0)