Skip to content

Commit a2e8b25

Browse files
committed
chore(actix-client-ip-cloudflare): prepare release 0.1.1
1 parent ca8f129 commit a2e8b25

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

actix-client-ip-cloudflare/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.1.1
6+
57
- Add `TrustedIps::new()` constructor.
68
- Add `TrustedIps::add_ip_range()` method.
79
- Add `TrustedIps::{add_loopback_ips, add_private_ips}()` methods.

actix-client-ip-cloudflare/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-client-ip-cloudflare"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Rob Ede <[email protected]>"]
55
description = "Extractor for trustworthy client IP addresses when proxied through Cloudflare"
66
keywords = ["actix", "web", "client", "ip", "cloudflare"]

actix-client-ip-cloudflare/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/actix-client-ip-cloudflare?label=latest)](https://crates.io/crates/actix-client-ip-cloudflare)
8-
[![Documentation](https://docs.rs/actix-client-ip-cloudflare/badge.svg)](https://docs.rs/actix-client-ip-cloudflare/0.1.0)
8+
[![Documentation](https://docs.rs/actix-client-ip-cloudflare/badge.svg)](https://docs.rs/actix-client-ip-cloudflare/0.1.1)
99
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-client-ip-cloudflare.svg)
1010
<br />
11-
[![dependency status](https://deps.rs/crate/actix-client-ip-cloudflare/0.1.0/status.svg)](https://deps.rs/crate/actix-client-ip-cloudflare/0.1.0)
11+
[![dependency status](https://deps.rs/crate/actix-client-ip-cloudflare/0.1.1/status.svg)](https://deps.rs/crate/actix-client-ip-cloudflare/0.1.1)
1212
[![Download](https://img.shields.io/crates/d/actix-client-ip-cloudflare.svg)](https://crates.io/crates/actix-client-ip-cloudflare)
1313
[![CircleCI](https://circleci.com/gh/robjtede/actix-web-lab/tree/main.svg?style=shield)](https://circleci.com/gh/robjtede/actix-web-lab/tree/main)
1414

0 commit comments

Comments
 (0)