All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.2 - 2024-08-26
- Trivial change to show CI release
0.1.1 - 2024-08-21
- Add CI/CD jobs for build+test+formatting+tag+release (this release is used to test everything is working).
- Do a small change in
main.rs
output to see changes
0.1.0 - 2024-08-19
- Create an empty Rust crate to reserve the name on
crates.io
with Markdown excluded (it will be reincluded later) when the main README will be rewritten in English and be shorter... - Define
license-file = "LICENSE"
inCargo.toml
and create aLICENSE
file withAll rights reserved
mention, just to be able to runcargo publish
. There is no SPDX license identifier for "proprietary". - Write first version of README in french with WHY and context details, in addition to the learning experience and the planned features.