Skip to content

Releases: doprz/UT_Grade_Parser

v0.3.0

14 Mar 20:24
v0.3.0
496cbde
Compare
Choose a tag to compare

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

File Platform Checksum
ut_grade_parser-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ut_grade_parser-x86_64-apple-darwin.tar.xz Intel macOS checksum
ut_grade_parser-x86_64-pc-windows-msvc.zip x64 Windows checksum
ut_grade_parser-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.0

14 Mar 02:32
v0.2.0
8107a05
Compare
Choose a tag to compare

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

  • Reduce keywords to 5

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

File Platform Checksum
ut_grade_parser-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ut_grade_parser-x86_64-apple-darwin.tar.xz Intel macOS checksum
ut_grade_parser-x86_64-pc-windows-msvc.zip x64 Windows checksum
ut_grade_parser-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.0

13 Mar 20:40
v0.1.0
30fc51a
Compare
Choose a tag to compare

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

File Platform Checksum
ut_grade_parser-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum