# 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.0] - 2023-02-07 ### Added * Implemented the template parser based on the [Emacs MML](https://www.gnu.org/software/emacs/manual/html_node/emacs-mime/MML-Definition.html) module (only `<#multipart>` and `<#part>`). * Implemented the template compiler that builds MIME Messages using the message builder of the [lettre](https://github.com/lettre/lettre) crate. * Implemented the compiler builder to customize PGP encrypt and sign shell commands. * Added a template builder. * Added option `remove_text_plain_parts_signature`. [Unreleased]: https://git.sr.ht/~soywod/mime-msg-builder/log/develop [0.1.0]: https://git.sr.ht/~soywod/himalaya-lib/refs/v0.1.0