Skip to content

Releases: murex/gamekit-coffeemachine

v1.2.1

19 May 10:03
Compare
Choose a tag to compare

Changelog

  • 75c2376 Add GitHub actions explicit permissions configuration
  • 547d55c Bump golangci/golangci-lint-action from 7 to 8
  • 94059e9 Update dependencies
  • 247b247 Update dependencies

v1.2.0

11 Apr 16:00
Compare
Choose a tag to compare

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

24 Feb 12:18
Compare
Choose a tag to compare

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

21 Feb 15:10
Compare
Choose a tag to compare

Changelog

  • 04d78a8 Add title and color legend to provided mermaid diagrams
  • 13c9d5e Have cli and progress runner display their current version when starting
  • d079692 Mute debug log by default

v1.0.3

20 Feb 10:24
Compare
Choose a tag to compare

Changelog

  • 035cd09 Add GitHub Action status badges in README.md
  • 422452a Strenghten progress runner tests when implementation process fails to start
  • 4565dbb Tune repository code owners

v1.0.2

20 Feb 09:33
Compare
Choose a tag to compare

Changelog

  • 4e25f85 Rename progress-tests to progress-runner
  • 115aa91 Update dependencies

v1.0.1

19 Feb 22:56
Compare
Choose a tag to compare

Changelog

  • 7349bf1 Fix golangci_lint GitHub action

v1.0.0

19 Feb 22:52
Compare
Choose a tag to compare

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