# Changelog All notable changes to this project will be documented in this file. ## [0.1.0] - 2024-02-14 ### Documentation - Update the readme ### Features - Create the task migration and schema - Add hello world main - Add basic crud functionality for task models ([#2](https://github.com/donbignose/on-a-roll/pull/2)) - Add cli interface ([#3](https://github.com/donbignose/on-a-roll/pull/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