Releases: askolesov/ledger
Releases · askolesov/ledger
v0.0.1
Changelog
- 4373025 Add 2.0 specification
- 0a74ff9 Add Docker support, CI workflows, and update .gitignore
- 100d1b1 Add GitHub Container Registry login step to release workflow
- 0e881a2 Add integration tests
- eee125b Add legacy code
- c4e4512 Add main entry point for ledger application and restructure command handling
- 9231113 Add migration cmd
- 2300fa8 Add tests for model v2
- dd32663 Enhance error messages in validation functions for accounts, entries, months, and years to include specific error codes and detailed descriptions. This improves clarity and debugging for validation failures.
- 299009c Merge pull request #1 from askolesov/fix-build-worflow
- 7c74df9 Merge pull request #2 from askolesov/fix-build-workflow
- 33c53f0 Merge pull request #3 from askolesov/release-fix
- c2d143e Refactor GitHub Actions build workflow to streamline Go release process
- 6ef1378 Refactor Open Ledger Format documentation and validation rules for clarity and completeness. Updated table of contents, added required fields for entries, and clarified validation rules for accounts, months, and years.
- 76a1320 Replace .goreleaser.yml with .goreleaser.yaml for improved configuration management. The new file includes updated build, archive, and release settings, while removing deprecated configurations and enhancing Docker support.
- dd60ccb Revert "Update release workflow to include permissions for write access to contents"
- 74b0f94 Simple makefile
- 8a4f322 Simplify command descriptions
- 5bbdb68 Update .goreleaser.yaml to use GitHub Container Registry for Docker images
- 448229f Update Dockerfile and .goreleaser.yaml for improved Docker image management
- df3c095 Update GitHub Actions to use upload-artifact@v4 for improved artifact handling
- 98baa6b Update GitHub Actions workflows to trigger on workflow_call event
- e81d3f7 Update project structure and workflows for improved version management and Go compatibility
- 42d2f0d Update release workflow to include permissions for write access to contents
- f041792 Update release workflow to specify version 2 for goreleaser action
- c33ceeb v2 model poc
Released by GoReleaser.