Skip to content

Commit cf27f67

Browse files
committed
chore: release 0.11.0 πŸ”₯
1 parent 223b448 commit cf27f67

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.11.0](https://github.com/mishamyrt/perplexity-web-api-mcp/compare/v0.10.0..v0.11.0) - 2026-04-08
6+
7+
### πŸš€ Features
8+
9+
- Emulate chrome 136
10+
- Add incognito disable
11+
12+
### 🚜 Refactor
13+
14+
- Split streaming, remove some features to decrease size
15+
516
## [0.10.0](https://github.com/mishamyrt/perplexity-web-api-mcp/compare/v0.9.0..v0.10.0) - 2026-03-29
617

718
### πŸš€ Features

β€Ž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.

β€ŽMakefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.10.0
1+
VERSION := 0.11.0
22

33
.PHONY: publish test-unit test-e2e test inspect
44

β€Žcrates/perplexity-web-api-mcp/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "perplexity-web-api-mcp"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "MCP server exposing Perplexity AI search, research, and reasoning tools"
55
edition = { workspace = true }
66
rust-version = { workspace = true }

0 commit comments

Comments
Β (0)