safe_format 0.1.2

safe_format! macro works similarly to the built-in format! macro but allows for named parameters and it safely ignores any extra parameters that are not used in format string
Documentation
# 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.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