# Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.5](https://github.com/JadedBlueEyes/messageformat/compare/mf1-parser-v0.1.4...mf1-parser-v0.1.5) - 2024-09-13 ### Miscellaneous Tasks - Enrich Cargo metadata in [`25fe330`](https://github.com/JadedBlueEyes/messageformat/commit/25fe330d5351a1dc9549af51abf49afcf85199fb) ## [0.1.4](https://github.com/JadedBlueEyes/messageformat/compare/mf1-parser-v0.1.3...mf1-parser-v0.1.4) - 2024-08-02 ### Documentation - Remove duplicate link refs in [`f754fc8`](https://github.com/JadedBlueEyes/messageformat/commit/f754fc8dd33df5b415a7f8af089be0025390fd3c) - Clean up changelogs in [`110b4ac`](https://github.com/JadedBlueEyes/messageformat/commit/110b4ac49c8fd73aeb9e119950e44c3edb2c00a4) ## [0.1.3](https://github.com/JadedBlueEyes/messageformat/compare/mf1-parser-v0.1.2...mf1-parser-v0.1.3) - 2024-07-22 ### Documentation - Add more badges to README files in [`77c587b`](https://github.com/JadedBlueEyes/messageformat/commit/77c587b5222b26032dfa40eb8777cf0af3f9a32f) ### Miscellaneous Tasks - Add `repository` to Cargo.toml files in [`f08a90a`](https://github.com/JadedBlueEyes/messageformat/commit/f08a90a8f25cb89d5c1996d992fabec191eda186) ## [0.1.2](https://github.com/JadedBlueEyes/messageformat/compare/mf1-parser-v0.1.1...mf1-parser-v0.1.2) - 2024-07-12 ### Documentation - Add bare-bones README files ([6861793](https://github.com/JadedBlueEyes/messageformat/commit/6861793fe974f384a2136ee1550eba9fbf592796)) ### Miscellaneous Tasks - Specify readme files in Cargo.toml ([21c51b9](https://github.com/JadedBlueEyes/messageformat/commit/21c51b9038d9b74a8cd13b75237f20b1ed11c8c4)) ## [0.1.1](https://github.com/JadedBlueEyes/messageformat/compare/mf1-parser-v0.1.0...mf1-parser-v0.1.1) - 2024-07-12 ### Other - Fill out changelogs and configure git-cliff ## [0.1.0] - 2024-07-12 ### Bug Fixes - Use HashSet to avoid bogus warning ([4f3029d](https://github.com/JadedBlueEyes/messageformat/commit/4f3029d35104b389b06bf0628463bf2770bc290f)) ### Documentation - Add CHANGELOG files ([7fec2dd](https://github.com/JadedBlueEyes/messageformat/commit/7fec2ddb40381df682d1dd6fde88375b5b209ef0)) - Add descriptions to crates ([1c2c01e](https://github.com/JadedBlueEyes/messageformat/commit/1c2c01ebce34881b18a28f249c506b8f2950c6f2)) ### Features - Add parser for the messageformat 1 syntax ([eb08731](https://github.com/JadedBlueEyes/messageformat/commit/eb08731f1fee79ccf2ec03501789db9b9b8ca34e)) - Add trait TokenSlice with get_args methods ([1e96abf](https://github.com/JadedBlueEyes/messageformat/commit/1e96abf8118bb2a2aca955c93b796e945a74341f)) - Add support for SelectFormat at runtime ([ab29742](https://github.com/JadedBlueEyes/messageformat/commit/ab29742c8a8c8df3f539e4e09e12f30610161411)) ### Miscellaneous Tasks - Add license ([a35a618](https://github.com/JadedBlueEyes/messageformat/commit/a35a618ee255fa239a40ddee5309a40f778e53f4))