# Changelog ## [0.1.4] - 2023-07-31 ### Added ### Deleted ### Modified - project URL in `Cargo.toml`, neglected to run cargo update in v0.1.3 ## [0.1.3] - 2023-07-31 ### Added ### Deleted ### Modified - project URL in `Cargo.toml` ## [0.1.2] - 2023-07-31 ### Added ### Deleted - Github Actions CI/CD scripts from https://github.com/Nicolas-Ferre/rust-example. Cased too many issues that were not related to projects goals. May be added later - Acknowledgements Section in `README.md` ### Modified - License to use MIT as opposed to AGPL3.0 --- ## [0.1.1] - 2023-07-11 #### Added - CI/CD files as found in https://github.com/Nicolas-Ferre/rust-example ### Modified - Project structure to resemble that of https://github.com/Nicolas-Ferre/rust-example ### Deleted - Old `.github` directory --- ## [0.1.0] - 2023-07-08 ### Added - Initial project setup - `file_cabnet` module w/ `configuration` module tests - Began `organize` module