Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

71 lines (43 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file.

[0.2.1] - 2024-04-22

Focus on a better quality release process. Where the changelog, tags and cli version string all match. As well as better documentation for the go package docs.

🚜 Refactor

  • Move cli to it's own package

⚙️ Miscellaneous Tasks

  • (build) Improved release process scripts with consistent version sync
  • (release) Release script commits and tags

[0.2.0] - 2024-04-20

Some extra functionality, however it's limited to the library and not the CLI. This release is part of the process of getting better release process and artefacts. Establishing better processes in terms of keeping a changelog and ADRs to capture design decissions.

🚀 Features

  • Add protobuf models for the ThoughPad feature
  • Thought pad save and loading without transaction log

📚 Documentation

  • Add adr 0002 First class concurrency from the start
  • Add adr 0003 create a ThoughtPad
  • Update adr toc

⚙️ Miscellaneous Tasks

  • (changelog) Update the changelog for the v0.2.0 release

[0.1.0] - 2024-04-19

There isn't much to see here with this release. It's mostly just early stage WIP and trying to setup a workflow to make better release artefacts.

🚀 Features

  • Initial ThoughtPad implementation

🐛 Bug Fixes

  • Minimum go version

🚜 Refactor

  • Remove pkg dir

📚 Documentation

  • Add initial adr
  • Update readme
  • Adr toc and readme link
  • Add changelog

⚙️ Miscellaneous Tasks

  • Create go.yml
  • Upload test artefacts