Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

64 lines (41 loc) · 1.27 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.

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