log-fastly 0.9.1

Implementation of the `log` façade for Fastly Compute@Edge
Documentation
## 0.9.1 (2023-01-18)

No changes this release.

## 0.9.0 (2023-01-18)

No changes this release.

## 0.8.9 (2022-10-20)

No changes this release.

## 0.8.8 (2022-10-18)

No changes this release.

## 0.8.7 (2022-08-19)

No changes this release.

## 0.8.6 (2022-06-22)

No changes this release.

## 0.8.5 (2022-05-03)

No changes this release.

## 0.8.4 (2022-03-08)

No changes this release.

## 0.8.3 (2022-02-23)

No changes this release.

### Changed

- Switched to Rust 2021 edition, so the minimum supported Rust version is now 1.56.0.

## 0.8.2 (2022-01-21)

No changes this release.

## 0.8.1 (2021-12-10)

No changes this release.

## 0.8.0 (2021-09-01)

### Changed

- Changed the versioning of this crate to proceed in lockstep with the `fastly` crate.

## 0.2.0 (2021-03-03)

### Added

- Added `echo_stdout` and `echo_stderr` methods to the logger builder to support [Compute@Edge Log Tailing]https://www.fastly.com/blog/introducing-compute-edge-log-tailing-for-better-observability-and-easier-debugging.

### Changed

- Adjusted the dpendency on `fastly` to require `0.7.*` versions.

## 0.1.4 (2021-01-21)

### Changed

- Relaxed the dependency on `fastly` to include `0.6.*` versions.

## 0.1.3 (2020-10-26)

### Changed

- Relaxed the dependency on `fastly` to include `0.5.*` versions.

## 0.1.2 (2020-07-13)

### Fixed

- Log messages are no longer split into multiple lines depending on what format string arguments are used.

## 0.1.1 (2020-06-23)

### Changed

- Relaxed the dependency on `fastly` to include `0.4.*` versions.

## 0.1.0 (2020-04-15)

Initial release.