We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b19ee2 commit 15b48e9Copy full SHA for 15b48e9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.27.3 - 2026-02-16
4
+
5
+- Removed the `release_max_level_info` feature from the `log` dependency, as
6
+ libraries should not set a global release log-level cap. Pull request by
7
+ monosans. GitHub #110.
8
9
## 0.27.2 - 2026-02-14
10
11
- Performance improvement: Faster lookups and record decoding in common paths,
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "maxminddb"
-version = "0.27.2"
+version = "0.27.3"
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