# Changelog: flood-tide-gen 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.22] (2024-06-09) ### Changed * refactoring test codes ## [0.1.21] (2023-02-12) ### Added * `.github/workflows/test-ubuntu.yml` * `.github/workflows/test-macos.yml` * `.github/workflows/test-windows.yml` * test status badges into `README.tpl` * `MIRIFLAGS=-Zmiri-disable-isolation` on `cargo miri` ### Changed * refactored `Makefile` ### Removed * `COPYING` ### Fixed * `LICENSE-APACHE`, `LICENSE-MIT` * rust-version: "1.57.0" into "1.56.0" ## [0.1.20] (2023-01-28) ### Added * `.github/workflows/test.yml` * test status badges into `README.tpl` ### Fixed * Makefile: rustc version `1.66.0` to `1.66.1` * clippy: `bool_assert_comparison` * bug: test on windows, return of `compare_file()` was error * `LICENSE` files ## [0.1.19] (2023-01-10) ### Added * version difference link into `CHANGELOG.md` * rust-version = "1.57.0" into Cargo.toml * `all-test-version` target into Makefile * badges into README.tpl ## [0.1.18] (2023-01-05) ### Changed * reformat `CHANGELOG.md` * update crates: regex(1.7.0) ## [0.1.17] (2022-08-21) ### Fixed * gen src: you are deriving `PartialEq` and can implement `Eq` ## [0.1.16] (2022-06-13) ### Changed * changes to edition 2021 ## [0.1.15] (2021-11-14) ### Added * more documents ### Changed * clean source codes ## [0.1.14] (2021-09-10) ### Changed * update crates: anyhow(1.0.43) ## [0.1.13] (2021-05-09) ### Changed * update depends: regex(1.5.4) ## [0.1.12] (2021-04-23) ### Changed * change to nv.opt.lon_or_sho(): argument of OptParseError::xxx() ## [0.1.11] (2021-04-22) ### Added * add MetaType::Other(string) of gen_src_value_to() ## [0.1.10] (2021-04-18) ### Added * add fn do_gen_src<>() for more simple ### Changed * many deprecated * refactoring source code ## [0.1.9] (2021-04-14) ### Added * add test ### Changed * separate source code: gen_buffer, gen_src_help, gen_src_match ## [0.1.8] (2021-04-06) ### Added * add support the single only option: -X