# 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.3.0] - 2024-03-14 ### Added - Add docs to README.md - Add indicatif progress bar (#2) ## [0.2.0] - 2024-03-14 ### Added - Add git-cliff and generate changelog - Add more targets to ci builds ### Changed - Create sqlite3 database from grade distribution data (#1) - Update changelog and bump version ### Fixed - Reduce keywords to 5 ### Removed - Remove x86_64-unknown-linux-musl target from CI build ## [0.1.0] - 2024-03-13 ### Added - Add LICENSE-APACHE - Add LICENSE-MIT - Add boilerplate code and working logic - Add rust.yml workflow - Add Cargo.lock - Add docs - Add CLI - Add cargo-dist ### Changed - Init repo - Update .gitignore - Update package name and remove lock file - Refactor code into functions - Automate network requests to download csv files - Move network functions to network module ### Removed - Remove year from csv header [0.3.0]: https://github.com/doprz/UT_Grade_Parser/compare/v0.2.0..0.3.0 [0.2.0]: https://github.com/doprz/UT_Grade_Parser/compare/v0.1.0..v0.2.0