Skip to content

Commit bb44ecd

Browse files
9.1.2
1 parent 10d76a0 commit bb44ecd

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

.github/workflows/docker-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
type=raw,value=latest,enable={{is_default_branch}}
6363
type=raw,value=v9
6464
type=raw,value=v9.1
65-
type=raw,value=v9.1.1
65+
type=raw,value=v9.1.2
6666
6767
- name: Build and push Docker image
6868
uses: docker/build-push-action@v6

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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[package]
22
name = "cloudcheck"
3-
version = "9.1.1"
3+
version = "9.1.2"
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"
7+
repository = "https://github.com/blacklanternsecurity/cloudcheck"
8+
homepage = "https://github.com/blacklanternsecurity/cloudcheck"
9+
documentation = "https://docs.rs/cloudcheck"
710

811
[dependencies]
912
serde = { version = "1.0", features = ["derive"] }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "cloudcheck"
7-
version = "9.1.1"
7+
version = "9.1.2"
88
description = "Detailed database of cloud providers. Instantly look up a domain or IP address"
99
readme = "README.md"
1010
requires-python = ">=3.9"

uv.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.

0 commit comments

Comments
 (0)