include-utils 0.2.0

mdBook-like include macro as the powerful replacement for the standard `include_str` macro.
Documentation
# Changelog

-

## Unreleased

## 0.2.0

- Improved workspace support.

  If the `workspace` feature is enabled, then if the file cannot be found
  relative to the `CARGO_MANIFEST_DIR`, it will be searched relative to the cargo
  workspace root directory.

## 0.1.1

- Fix lints and `inlcude-utils` crate category.

## 0.1.0

First public release