Skip to content

v33

Compare
Choose a tag to compare
@codecrafters-bot codecrafters-bot released this 03 Jul 12:35
· 10 commits to main since this release
4e2c31d

Changelog

  • 4e2c31d Merge pull request #33 from codecrafters-io/add-support-for-previous
  • 1f312ce Merge branch 'main' into add-support-for-previous
  • d9d7c00 Update CODECRAFTERS_CLI_VERSION to v31 in install.sh
  • 6ae81b9 fix: Fix typo
  • 15cc226 refactor: Moved decision on what stage selection strategy to use one layer up in caller
  • 6825907 fix: Pass in false for shouldTestPrevious when CreateSubmission is called in the submit command
  • 9f58359 refactor: Change variable for storing --previous flag value from previous to shouldTestPrevious
  • 73314e7 refactor: Update cli usage logs
  • f57deed feat: Improve flag.Usage to reflect added --previous flag
  • 95a5336 feat: Add support for the previous flag for the test command