Skip to content

Commit 15b48e9

Browse files
committed
Prepare for 0.27.3
1 parent 0b19ee2 commit 15b48e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 0.27.2 - 2026-02-14
410

511
- Performance improvement: Faster lookups and record decoding in common paths,

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.27.2"
3+
version = "0.27.3"
44
authors = [ "Gregory J. Oschwald <oschwald@gmail.com>" ]
55
description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2"
66
readme = "README.md"

0 commit comments

Comments
 (0)