summaryrefslogtreecommitdiff
path: root/internal/version.go
AgeCommit message (Collapse)Author
2026-03-26increment versionv0.4.1mainPaul Buetow
2026-03-26fix modulePaul Buetow
2026-03-26chore: bump version to v0.4.0Paul Buetow
- Extracted RPN assignment handlers to fix SRP violation - Fixed error handling in test files - Removed unused StackOperations struct - Moved integration tests to ./integrationtests folder - Various code quality improvements
2026-03-25chore: Bump version to v0.3.0Paul Buetow
- Added boolean operators (gt, lt, gte, lte, eq, neq) - Implemented boolean-to-number coercion in arithmetic - Added comprehensive tests for boolean operators This is a minor version bump (new features).
2026-03-25ci: Add boolean-coercion tests and bump version to v0.2.2Paul Buetow
- Updated internal/version.go to v0.2.2 - Added boolean_coercion_test.go with tests for boolean-to-number coercion - Note: Boolean operators (> < == != etc.) not yet implemented (task 3cc6a147) Tests use NewBoolValue() which requires direct Value manipulation - CI workflow already runs all tests with go test ./... - Added coverage check (60% minimum) in .github/workflows/ci.yml When boolean operators are implemented, the boolean_coercion_test.go can be re-enabled with tests using comparison operators.
2026-03-25docs: Add SPDX license headers to all .go source filesPaul Buetow
- Added 'SPDX-License-Identifier: MIT' and 'Copyright (c) 2026 Paul Buetow' headers - Files updated: 24 .go files across cmd/gt/, internal/calculator/, internal/repl/, internal/rpn/ The MIT license from LICENSE file is reflected in all source files.
2026-03-25cmd/gt: add comprehensive package documentationPaul Buetow
- Enhanced Package gt documentation with detailed usage examples for percentage calculations and RPN expressions - Added architecture overview section - Enhanced Package internal documentation with version format, build instructions, and usage examples - All tests pass and application builds correctly
2026-03-24Update version to v0.3.0Paul Buetow
2026-03-16bump version to v0.2.0v0.2.0Paul Buetow
- Add REPL mode with vi keybindings - Add built-in commands (help, clear, quit/exit) - Add mage repl target Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-11-25Add calculation steps to output, bump version to v0.1.0v0.1.0Paul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-3883950c-6af3-4944-8596-7a40341c9c58 Co-authored-by: Amp <amp@ampcode.com>
2025-11-25increment versionv0.0.1Paul Buetow
2025-11-25Initial commit: perc v0.0.0 - percentage calculatorv0.0.0Paul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-e4f4a959-8cc6-4ac0-b6fb-2779867e8b2a Co-authored-by: Amp <amp@ampcode.com>