surf 1.0.3

HTTP client framework.
Documentation
# Changelog

All notable changes to surf will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).

## [Unreleased]

## [1.0.3] - 2019-11-07

### Changed

- Migrated the project from the `rustasync` organization to `http-rs`.
- Migrated CI providers from Travis CI to GitHub Actions.
- Replaced `runtime` with `async-std` in examples.
- Error context no longer discards the inner error body.
- Updated the README.md formatting.
- Updated `futures-preview` to `0.3.0-alpha.19`

## [1.0.2] - 2019-08-26

Log not kept.

## [1.0.1] - 2019-08-15

Log not kept.


## [1.0.0] - 2019-08-15

Log not kept.

[Unreleased]: https://github.com/http-rs/tide/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/http-rs/tide/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/http-rs/tide/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/http-rs/tide/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/http-rs/tide/compare/v1.0.0