Skip to content

Commit 429baa5

Browse files
committed
Prepare v0.28.0 release
1 parent a677ea5 commit 429baa5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.3"
3+
version = "0.28.0"
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"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Add this to your `Cargo.toml`:
2828

2929
```toml
3030
[dependencies]
31-
maxminddb = "0.27"
31+
maxminddb = "0.28"
3232
```
3333

3434
Enable optional features as needed:
3535

3636
```toml
3737
[dependencies]
38-
maxminddb = { version = "0.27", features = ["mmap"] }
38+
maxminddb = { version = "0.28", features = ["mmap"] }
3939
```
4040

4141
## Example
@@ -113,7 +113,7 @@ Enable in `Cargo.toml`:
113113

114114
```toml
115115
[dependencies]
116-
maxminddb = { version = "0.27", features = ["mmap"] }
116+
maxminddb = { version = "0.28", features = ["mmap"] }
117117
```
118118

119119
Note: `simdutf8` and `unsafe-str-decode` are mutually exclusive.

0 commit comments

Comments
 (0)