From 462726be5bdc777c90fd29ab43c184186cebd622 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:54:32 -0300 Subject: [PATCH] chore: release --- .release-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 28 ++++++++++++++-------------- 5 files changed, 24 insertions(+), 17 deletions(-) diff --git a/.release-manifest.json b/.release-manifest.json index af55ef0..949ce4c 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9165448..f3e9c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/rust-mcp-stack/oauth2-test-server/compare/v0.2.1...v0.2.2) (2026-03-17) + + +### ⚙️ Miscellaneous Chores + +* Release 0.2.2 ([640705b](https://github.com/rust-mcp-stack/oauth2-test-server/commit/640705b88be4f5f1a4a129557b94ff1f26e789ff)) + ## [0.2.1](https://github.com/rust-mcp-stack/oauth2-test-server/compare/v0.2.1...v0.2.1) (2026-03-17) diff --git a/Cargo.lock b/Cargo.lock index 5cf0a01..5614dbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1161,7 +1161,7 @@ dependencies = [ [[package]] name = "oauth2-test-server" -version = "0.2.1" +version = "0.2.2" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3f8ffb6..8c5f43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oauth2-test-server" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Ali Hashemi"] description = "A fast, fully configurable, in-memory OAuth 2.0 + OpenID Connect authorization server for testing, zero-HTTP mode and DCR support for testing auth flow in MCP Servers and MCP Clients" diff --git a/README.md b/README.md index 21144a8..43de986 100644 --- a/README.md +++ b/README.md @@ -131,12 +131,12 @@ You can run the server directly from your terminal - no code required. - **Shell script** ```bash - curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/oauth2-test-server/releases/download/v0.2.1/oauth2-test-server-installer.sh | sh + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/oauth2-test-server/releases/download/v0.2.2/oauth2-test-server-installer.sh | sh ``` - **PowerShell script** ```bash - powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/oauth2-test-server/releases/download/v0.2.1/oauth2-test-server-installer.ps1 | iex" + powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/oauth2-test-server/releases/download/v0.2.2/oauth2-test-server-installer.ps1 | iex" ``` - **Homebrew** @@ -164,55 +164,55 @@ You can run the server directly from your terminal - no code required.