Releases: murex/gamekit-coffeemachine
Releases · murex/gamekit-coffeemachine
v1.2.1
v1.2.0
Changelog
- a69e8b0 Add tests in iteration 2 verifying the format of missing money messages
- 8377e87 Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
- f272d50 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
- b618bfe Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
- 651e927 Bump github.com/golangci/golangci-lint from 1.64.6 to 2.0.1
- 03f80dc Bump go from 1.24.0 to 1.24.2 and update dependencies
- 7172da1 Extract iteration 3's assertion on missing money message into a test helper function
- abaa4a3 Update dependencies
- 9cf573b Update dependencies
- b3af202 Update dependencies
- fba4a8d Update dependencies
- 3a259c6 Update dependencies
- ebf65e9 Update money formating regex so that it verifies rounding to 2 decimals, but does not force 0-padding
v1.1.0
Changelog
- 18aeaef Add unit tests on ref package
- 72ea825 Minor presentation tuning in IPTP diagram
- 3103515 Move command line interface code to dedicated cli plackage
- cc973fe Refactor further main.go, extracting CLI startup into its own function
- f59b793 Retrieve implementation absolute path and extract functions in CLI
- 3afd6d8 Update dependencies
- ae5ab09 Use go tool features introduces in go 1.24 to manage tool dependencies
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Changelog
- 84ebfa8 Add GitHub actions for dependabot, go build and test, go lint and go releaser
- d04c96f Add README.md
- bd03f5c Add golangci-lint configuration and fix linter errors
- 5de4635 Add test target to Makefile
- 38a989f Add todo list in README.md
- 37c4d81 Align go module name with repository name
- 7fe7154 Fix typo in README.md
- 1e56d05 Prepare for standalone github repository
- a19cf77 Set git permission of progress-runner.sh to 755
- 6d5eb9b Tune goreleaser,yml
- c309efd Update TODO list in README.md and add a page skeleton for adding support for a new language
- 21dedbc Update dependencies