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

[](https://docs.rs/scuffle-changelog)
[](https://crates.io/crates/scuffle-changelog)
[](https://github.com/scufflecloud/scuffle/actions/workflows/ci.yaml)
[](https://codecov.io/gh/scufflecloud/scuffle)
---
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`