# 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.5](https://github.com/AllenDang/safe_format/compare/v0.1.4...v0.1.5) - 2024-07-09 ### Fixed - remove dependency for format! ### Other - Merge branch 'master' of https://github.com/AllenDang/safe_format ## [0.1.4](https://github.com/AllenDang/safe_format/compare/v0.1.3...v0.1.4) - 2024-07-09 ### Other - Adjust literal and string type checker ## [0.1.3](https://github.com/AllenDang/safe_format/compare/v0.1.2...v0.1.3) - 2024-07-09 ### Other - Merge branch 'master' of https://github.com/AllenDang/safe_format - First parameter accepts string variable ## [0.1.2](https://github.com/AllenDang/safe_format/compare/v0.1.1...v0.1.2) - 2024-07-09 ### Other - Add comment to safe_format ## [0.1.1](https://github.com/AllenDang/safe_format/compare/v0.1.0...v0.1.1) - 2024-07-09 ### Other - release ## [0.1.0](https://github.com/AllenDang/safe_format/releases/tag/v0.1.0) - 2024-07-09 ### Other - Remove Cargo.lock - Add license - Add config for release-plz - Fix Cargo.toml - Initial commit