Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

13 lines (11 loc) · 1.12 KB

Changelog

v0.1.0 - 2024-08-30

  • Feat: Added basic create/list/add/delete task functionality w/ file saving by @danny-molnar in #9

v0.0.1 - 2024-08-30

  • feat: New project structure and initial helloworld by @danny-molnar in #1
  • ci: Added GH Workflow for running go tests by @danny-molnar in #2
  • chore: Added MIT License to the repo by @danny-molnar in #3
  • cd: Added new workflow to create new release on PR to main by @danny-molnar in #4
  • fix: broken go mod versioning by @danny-molnar in #5
  • Fix: go version and workflow namings by @danny-molnar in #6
  • fix: CD workflow now has permissions to write by @danny-molnar in #7