Skip to content

Commit 0e9bbeb

Browse files
chore(rate-limiter): bump 0.0.6 -> 0.0.7 for connection-timeout release
Companion bump to the connection-acquisition timeout fix on this branch. 0.0.6 was the TLS-support release (cpex-plugins#74); 0.0.7 ships the timeout fix on top of it. No behavioural change in this commit on its own — version bump only. Cargo.lock regenerated via ``cargo update -p rate_limiter``. Signed-off-by: Pratik Gandhi <gandhipratik203@gmail.com>
1 parent 504e837 commit 0e9bbeb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

plugins/rust/python-package/rate_limiter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rate_limiter"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

plugins/rust/python-package/rate_limiter/cpex_rate_limiter/plugin-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: "Rate limiting by user/tenant/tool — memory (single-process) or Redis (shared across instances)"
22
author: "ContextForge Contributors"
3-
version: "0.0.6"
3+
version: "0.0.7"
44
kind: "cpex_rate_limiter.rate_limiter.RateLimiterPlugin"
55
available_hooks:
66
- "prompt_pre_fetch"

0 commit comments

Comments
 (0)