dnsimple 0.5.0

The DNSimple API client for Rust.
Documentation
# Changelog

This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## main

## 0.5.0

FEATURES:

- NEW: Added `Zones::activate_dns` to activate DNS services (resolution) for a zone. (dnsimple/dnsimple-rust#44)
- NEW: Added `Zones::deactivate_dns` to deactivate DNS services (resolution) for a zone. (dnsimple/dnsimple-rust#44)

## 0.4.0

- CHANGED: Depedency updates
- NEW: Support the `signature_algorithm` parameter in Let's Encrypt APIs
- NEW: Support the `get_domain_registration` and `get_domain_renewal` Registrar APIs

## 0.3.0

- FIX: Fix serialized name of ZoneRecordPayload::record_type (dnsimple/dnsimple-rust#32)
- FIX: Fix Clippy Lint explicit_auto_deref (dnsimple/dnsimple-rust#33)
- CHANGED: Sets Edition to 2021 (dnsimple/dnsimple-rust#34)
- CHANGED: Update Ureq dependency to 2.6 (dnsimple/dnsimple-rust#34)

## 0.2.1

- CHANGED: Expose specific model errors on validation error (dnsimple/dnsimple-rust#27)

## 0.2.0

- CHANGED: removed unwrap() from the codebase
- CHANGED: functions return Result<T,DNSimpleError> now
- CHANGED: Deprecate Certificate's `contact_id` (dnsimple/dnsimple-rust#23)

## 0.1.3

- FIX: Bug preventing authorized requests (POST, PUT, PATCH)

## 0.1.2

- FIX: Clippy, RustFmt, Cargo cleanup

## 0.1.1

- FIX: Renames the project from `dnsimple_rust` to `dnsimple`

## 0.1.0

- ADDS: Automatic releasing when tagging a release
- First implementation of the dnsimple-rust client (including all the endpoints)