Skip to content

0.1.0 - 2024-02-14

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 08:01

Release Notes

Documentation

  • Update the readme

Features

  • Create the task migration and schema
  • Add hello world main
  • Add basic crud functionality for task models (#2)
  • Add cli interface (#3)
  • Add projects table and crud methods
  • [breaking] Add projects cli commands

Miscellaneous Tasks

  • Update gitignore
  • Add commitizen and pre-commit hooks
  • Add example dotenv
  • Add basic ci workflow
  • Fix wrong env variable in ci
  • Install diesel in ci
  • Add cargo audit
  • Add dependabot config
  • Add typo check in pre-commit
  • Check spelling
  • Add issue and pr templates
  • Create issue templates
  • Update the issue templates
  • Add git cliff, release-plz and cargo dist for releases

Refactor

  • Refactor codebase to be more rust and diesel idiomatic

Install on-a-roll 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/donbignose/on-a-roll/releases/download/v0.1.0/on-a-roll-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/donbignose/on-a-roll/releases/download/v0.1.0/on-a-roll-installer.ps1 | iex

Install prebuilt binaries via Homebrew

brew install on-a-roll

Download on-a-roll 0.1.0

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