Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.63 KB

Changelog

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.

Added

Changed

0.1.2 - 2024-08-26

Added

  • Trivial change to show CI release

0.1.1 - 2024-08-21

Added

  • 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

Added

  • 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" in Cargo.toml and create a LICENSE file with All rights reserved mention, just to be able to run cargo 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.