# 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] - ReleaseDate ## [0.1.4] - 2020-11-01 ## [0.1.2] - 2020-11-01 ### Added - `AminoAcid` enum - one struct for each amino acid implementing `Names` - `from_str` and `TryFrom` for `AminoAcid` ### Modified - merged repositories [Unreleased]: https://github.com/jeanmanguy/rust-amino-acids/compare/aa-name-v0.1.4...HEAD [0.1.4]: https://github.com/jeanmanguy/rust-amino-acids/compare/aa-name-v0.1.2...aa-name-v0.1.4 [0.1.2]: https://github.com/jeanmanguy/amino-acids/releases/tag/aa-name-v0.1.2