Skip to content

Commit

Permalink
chore(actix-client-ip-cloudflare): prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 14, 2023
1 parent ca8f129 commit a2e8b25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions actix-client-ip-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.1.1

- Add `TrustedIps::new()` constructor.
- Add `TrustedIps::add_ip_range()` method.
- Add `TrustedIps::{add_loopback_ips, add_private_ips}()` methods.
Expand Down
2 changes: 1 addition & 1 deletion actix-client-ip-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-client-ip-cloudflare"
version = "0.1.0"
version = "0.1.1"
authors = ["Rob Ede <robjtede@icloud.com>"]
description = "Extractor for trustworthy client IP addresses when proxied through Cloudflare"
keywords = ["actix", "web", "client", "ip", "cloudflare"]
Expand Down
4 changes: 2 additions & 2 deletions actix-client-ip-cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/actix-client-ip-cloudflare?label=latest)](https://crates.io/crates/actix-client-ip-cloudflare)
[![Documentation](https://docs.rs/actix-client-ip-cloudflare/badge.svg)](https://docs.rs/actix-client-ip-cloudflare/0.1.0)
[![Documentation](https://docs.rs/actix-client-ip-cloudflare/badge.svg)](https://docs.rs/actix-client-ip-cloudflare/0.1.1)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-client-ip-cloudflare.svg)
<br />
[![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)
[![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)
[![Download](https://img.shields.io/crates/d/actix-client-ip-cloudflare.svg)](https://crates.io/crates/actix-client-ip-cloudflare)
[![CircleCI](https://circleci.com/gh/robjtede/actix-web-lab/tree/main.svg?style=shield)](https://circleci.com/gh/robjtede/actix-web-lab/tree/main)

Expand Down

0 comments on commit a2e8b25

Please sign in to comment.