Releases: doprz/UT_Grade_Parser
Releases · doprz/UT_Grade_Parser
v0.3.0
Release Notes
Added
- Add docs to README.md
- Add indicatif progress bar (#2)
Install ut_grade_parser 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/doprz/UT_Grade_Parser/releases/download/v0.3.0/ut_grade_parser-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/doprz/UT_Grade_Parser/releases/download/v0.3.0/ut_grade_parser-installer.ps1 | iex"
Download ut_grade_parser 0.3.0
v0.2.0
Release Notes
Added
- Add git-cliff and generate changelog
- Add more targets to ci builds
Changed
- Create sqlite3 database from grade distribution data (#1)
Fixed
Removed
- Remove x86_64-unknown-linux-musl target from CI build
Install ut_grade_parser 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/doprz/UT_Grade_Parser/releases/download/v0.2.0/ut_grade_parser-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/doprz/UT_Grade_Parser/releases/download/v0.2.0/ut_grade_parser-installer.ps1 | iex"
Download ut_grade_parser 0.2.0
v0.1.0
Release Notes
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
Install ut_grade_parser 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/doprz/UT_Grade_Parser/releases/download/v0.1.0/ut_grade_parser-installer.sh | sh
Download ut_grade_parser 0.1.0