arti/crates/tor-geoip
Nick Mathewson 3acdf102c7 Increment patchlevel versions of crates with minor changes
These crates are at version 0.x.y, so we don't need to distinguish
new-feature changes from other changes:

```
tor-basic-utils
fs-mistrust
tor-error
tor-geoip
tor-checkable
tor-linkspec
tor-netdoc
tor-netdir
tor-persist
tor-ptmgr
tor-hsservice
```

This crate has a breaking change, but only when the semver-breaking
feature `experimental-api` is enabled:

```
tor-config
```

This crate is at version 1.x.y, but has no new public APIs, and
therefore does not need a minor version bump:

```
arti
```
2023-08-01 10:57:55 -04:00
..
data tor-geoip: Add new crate with GeoIP database functionality 2023-06-20 16:57:58 +01:00
src tor-geoip: Fix a doc warning 2023-07-21 14:44:14 +01:00
Cargo.toml Increment patchlevel versions of crates with minor changes 2023-08-01 10:57:55 -04:00
README.md tor-geoip: Add new crate with GeoIP database functionality 2023-06-20 16:57:58 +01:00

README.md

tor-geoip

A crate for performing GeoIP lookups using the Tor GeoIP database.