Skip to content

Commit 1023bab

Browse files
committed
Release 0.26.0
1 parent af7697a commit 1023bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log #
22

3-
## 0.26.0
3+
## 0.26.0 - 2025-03-28
44

55
* **BREAKING CHANGE:** The `lookup` and `lookup_prefix` methods now return
66
`Ok(None)` or `Ok((None, prefix_len))` respectively when an IP address is

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maxminddb"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors = [ "Gregory J. Oschwald <[email protected]>" ]
55
description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2"
66
readme = "README.md"

0 commit comments

Comments
 (0)