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 1956801 commit f6a78ebCopy full SHA for f6a78eb
2 files changed
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.3.5] - 2025-06-28
6
+
7
+### 🚀 Features
8
9
+- Improve is_proxy handling
10
11
+### Bug
12
13
+- Update iplocateio structs
14
+- Fix using key in tests
15
+- All integration tests run in serial
16
17
## [0.3.4] - 2025-06-26
18
19
### 🚀 Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "public-ip-address"
-version = "0.3.4"
+version = "0.3.5"
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