# `changelogging`
[![License][License Badge]][License]
[![Version][Version Badge]][Package]
[![Downloads][Downloads Badge]][Package]
[![Discord][Discord Badge]][Discord]
[![Release][Release Badge]][Releases]
[![Test][Test Badge]][Actions]
> *Building changelogs from fragments.*
## Installing
Installing the crate with `cargo` is quite simple:
```console
$ cargo install changelogging
```
Alternatively, the crate can be installed from source:
```console
$ cargo install --git https://github.com/nekitdev/changelogging.git
```
Or via cloning the repository:
```console
$ git clone https://github.com/nekitdev/changelogging.git
$ cd changelogging
$ cargo install --path .
```
The binaries can be downloaded from [releases][Releases].
## Documentation
You can find the documentation [here][Documentation].
## Support
If you need support with the library, you can send an [email][Email]
or refer to the official [Discord server][Discord].
## Changelog
You can find the changelog [here][Changelog].
## Security Policy
You can find the Security Policy of `changelogging` [here][Security].
## Contributing
If you are interested in contributing to `changelogging`, make sure to take a look at the
[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].
## License
`changelogging` is licensed under the MIT License terms. See [License][License] for details.
[Email]: mailto:support@nekit.dev
[Discord]: https://nekit.dev/chat
[Actions]: https://github.com/nekitdev/changelogging/actions
[Releases]: https://github.com/nekitdev/changelogging/releases
[Changelog]: https://github.com/nekitdev/changelogging/blob/main/CHANGELOG.md
[Code of Conduct]: https://github.com/nekitdev/changelogging/blob/main/CODE_OF_CONDUCT.md
[Contributing Guide]: https://github.com/nekitdev/changelogging/blob/main/CONTRIBUTING.md
[Security]: https://github.com/nekitdev/changelogging/blob/main/SECURITY.md
[License]: https://github.com/nekitdev/changelogging/blob/main/LICENSE
[Package]: https://crates.io/crates/changelogging
[Documentation]: https://docs.rs/changelogging
[Discord Badge]: https://img.shields.io/discord/728012506899021874
[License Badge]: https://img.shields.io/crates/l/changelogging
[Version Badge]: https://img.shields.io/crates/v/changelogging
[Downloads Badge]: https://img.shields.io/crates/dr/changelogging
[Release Badge]: https://github.com/nekitdev/changelogging/workflows/release/badge.svg
[Test Badge]: https://github.com/nekitdev/changelogging/workflows/test/badge.svg