# 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] ## [0.1.4](https://github.com/graysonarts/jdexmd/compare/v0.1.3...v0.1.4) - 2024-09-30 ### Other - The area markdown template didn't pass in full Id to the id ([#12](https://github.com/graysonarts/jdexmd/pull/12)) ## [0.1.3](https://github.com/graysonarts/jdexmd/compare/v0.1.2...v0.1.3) - 2024-09-29 ### Added - Let the markdown template be set in the config file. fixes [#7](https://github.com/graysonarts/jdexmd/pull/7) ([#10](https://github.com/graysonarts/jdexmd/pull/10)) ## [0.1.2](https://github.com/graysonarts/jdexmd/compare/v0.1.1...v0.1.2) - 2024-09-29 ### Other - Set the license entry in cargo ([#5](https://github.com/graysonarts/jdexmd/pull/5)) - Circleci project setup ([#4](https://github.com/graysonarts/jdexmd/pull/4)) - Clean up all of the clippy warnings under pedantic ([#2](https://github.com/graysonarts/jdexmd/pull/2)) ## [0.1.1](https://github.com/graysonarts/jdexmd/compare/v0.1.0...v0.1.1) - 2024-09-29 ### Other - Add a changlog file