embed-changelog 0.1.2

A helper macro to embed changelogs in crate docs.
Documentation
<!-- dprint-ignore-file -->
<!-- sync-readme title [[ -->
# embed-changelog
<!-- sync-readme ]] -->

> [!WARNING]
> This crate is under active development and may not be stable.

<!-- sync-readme badge [[ -->
[![docs.rs](https://img.shields.io/docsrs/embed-changelog/0.1.2.svg?logo=docs.rs&label=docs.rs&style=flat-square)](https://docs.rs/embed-changelog/0.1.2)
[![crates.io](https://img.shields.io/badge/crates.io-v0.1.2-orange?style=flat-square&logo=rust&logoColor=white)](https://crates.io/crates/embed-changelog/0.1.2)
![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-purple.svg?style=flat-square)
![Crates.io Size](https://img.shields.io/crates/size/embed-changelog/0.1.2.svg?style=flat-square)
![Crates.io Downloads](https://img.shields.io/crates/dv/embed-changelog/0.1.2.svg?&label=downloads&style=flat-square)
[![Codecov](https://img.shields.io/codecov/c/github/troymoder/crates.svg?label=codecov&logo=codecov&style=flat-square&component=embed-changelog)](https://app.codecov.io/gh/troymoder/crates)
<!-- sync-readme ]] -->

---

<!-- sync-readme rustdoc [[ -->
A crate for embedding change logs into rust docs.

### Usage

````rust,ignore
/// Changelogs generated by [scuffle_changelog]
#[cfg(feature = "docs")]
#[scuffle_changelog::changelog]
pub mod changelog {}
````

### License

This project is licensed under the MIT or Apache-2.0 license.
You can choose between one of them if you use this work.

`SPDX-License-Identifier: MIT OR Apache-2.0`
<!-- sync-readme ]] -->