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 af7697a commit 1023babCopy full SHA for 1023bab
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log #
2
3
-## 0.26.0
+## 0.26.0 - 2025-03-28
4
5
* **BREAKING CHANGE:** The `lookup` and `lookup_prefix` methods now return
6
`Ok(None)` or `Ok((None, prefix_len))` respectively when an IP address is
Cargo.toml
[package]
name = "maxminddb"
-version = "0.25.0"
+version = "0.26.0"
authors = [ "Gregory J. Oschwald <oschwald@gmail.com>" ]
description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2"
readme = "README.md"
0 commit comments