# 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). ## [0.1.1] - 2024-03-24 ### Fixed - Fix major issue where CLI wouldn't ignore characters as intended ## [0.1.0] - 2024-01-15 ### Added - `CharacterWidth` trait for converting Strings - Support full-width to half-width conversion - Support half-width to full-width conversion - Support ignoring character sets - Support ignoring specific characters - CLI Binary [0.1.1]: https://gitlab.com/pSchwietzer/full2half/compare?from=v0.1.0&to=v0.1.1 [0.1.0]: https://gitlab.com/pSchwietzer/full2half/compare?from=v0.1.0&to=v0.1.0