Skip to content

Commit b2a6c3e

Browse files
Merge pull request #201 from blacklanternsecurity/dev
Dev -> Stable 8.4.0
2 parents 052dcf2 + 5a80602 commit b2a6c3e

40 files changed

Lines changed: 244 additions & 203 deletions

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudcheck"
3-
version = "8.2.0"
3+
version = "8.4.0"
44
edition = "2024"
55
description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
66
license = "GPL-3.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Python Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml/badge.svg?branch=master)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
1111
[![Pipeline Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml/badge.svg?branch=master)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
1212

13-
### UPDATE: Now rewritten in Rust, with over 20 new providers added!
13+
### UPDATE: Now rewritten in Rust, with [34 supported cloud providers](#supported-cloud-providers)!
1414

1515
CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider. It includes:
1616

0 commit comments

Comments
 (0)