Releases: Mixerou/ip-api-client-rs
Releases · Mixerou/ip-api-client-rs
v0.5.1
🔧 Fixes
- derive
Clone
and Debug
to every public struct and enum.
♻️ Refactor
- fix incorrect
tokio
features in README
En
language explicitly the default
v0.5.0
✨ New
- remove
tokio
as async
provider
🔧 Fixes
- handle errors instead of
unwrap()
🏗️ Build
♻️ Refactor
BREAKING CHANGE: now you need to use async
Rust.
v0.4.2
🏗️ Build
♻️ Refactor
- heading levels in README
- unexpected whitespace in README
to_string
to into
- beautify example in README
v0.4.1
⚡️ Performance
- remove unnecessary
if
block
📝 Docs
v0.4.0
✨ New
🏗️ Build
♻️ Refactor
- binary comparisons to a literal
- change the author's email
- follow the character limit per line
- remove nightly-only lint
v0.3.0
New
- add language selection
- update lib.rs
- edit README
v0.2.0
New
- ability to make a customizable request
- add logic to lib.rs
- add dependencies:
hyper
, serde
, serde_json
, tokio
- edit README
Refactoring
- remove license-file field
v0.1.0
This is the initial release
Nothing removed, nothing edited