# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - New feature - Another new feature ### Fixed - Bug fix to one old feature - Bug fix to another old feature ## [0.1.2] - 2024-05-20 ### Fixed - Default changelog description - Changelog builder error when title and description are not provided ## [0.1.1] - 2024-05-18 ### Fixed - Parsing anchor links in the middle of the file - Error readability ## [0.1.0] - 2024-04-28 ### Added - Initial release [Unreleased]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.2...HEAD [0.1.2]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/napalmpapalam/keep-a-changelog-rs/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/napalmpapalam/keep-a-changelog-rs/releases/tag/0.1.0