# 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.3.4] - 2024-09-02 ### [Added] - Automatic comments on PR to reflect candidacy. - Dates that were missing in [CHANGELOG.md](CHANGELOG.md). ## [0.3.3] - 2024-09-01 ### [Changed] - Fixed broken workflows. ## [0.3.2] - 2024-09-01 ### Added - Dependencies [`ndarray`](https://crates.io/crates/ndarray), [`ndarray-rand`](https://crates.io/crates/ndarray-rand). - Linting with `prettier` for `yaml` and `json`, and `markdownlint` for `markdown`. ### Changed - Split workflows into linting and testing, with updated badge that reflects prod. ## [0.3.0] - 2024-08-31 ### Added - Initial project setup.