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 4befec5 commit 62edd85Copy full SHA for 62edd85
2 files changed
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.3.3] - 2025-05-26
6
+
7
+### 🚜 Refactor
8
9
+- Replace `directories` with `etcetera`
10
11
+### 📚 Documentation
12
13
+- Fix indentation
14
15
+### ⚙️ Miscellaneous Tasks
16
17
+- Changelog typo
18
+- Bump dependencies and update map example
19
20
## [0.3.2] - 2024-04-25
21
22
### 🚀 Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "public-ip-address"
-version = "0.3.2"
+version = "0.3.3"
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