We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e701f commit 8b28839Copy full SHA for 8b28839
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.3.2] - 2024-04-25
6
+
7
+### 🚀 Features
8
9
+- Return error if provider does not support target lookup
10
11
+### ⚙️ Miscellaneous Tasks
12
13
+- Remove inline
14
15
## [0.3.1] - 2024-04-25
16
17
### 🚀 Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "public-ip-address"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
authors = ["Tomash Ghz <ghz.tomash@hotmail.com>"]
description = "A simple library for performing public IP and geolocation lookups from various services."
0 commit comments