Skip to content

v25

Compare
Choose a tag to compare
@codecrafters-bot codecrafters-bot released this 30 Apr 17:11
· 41 commits to main since this release
c96b4d7

Changelog

  • c96b4d7 Merge pull request #21 from codecrafters-io/add-submit-command
  • 4d186c4 Add test and submit commands to codecrafters main.go
  • 2e6dba9 Refactor codecrafters command usage and add submit command
  • f028cd3 Fix submission creation with correct commit SHA
  • f77e998 Commit message: "Add submit command and staticcheck.conf"
  • 86a7b48 Refactor test command and add submission handler utility
  • c0d01ee Merge pull request #20 from codecrafters-io/add-submit-command
  • c099bfe Refactor error message in run() function to suggest running codecrafters test instead of an unknown command.
  • 7c39787 Refactor codecrafters main.go: remove unused import and error variable, update usage instructions, and handle unknown command error.
  • 6d8a937 Merge pull request #19 from codecrafters-io/revamp
  • 973102c fixes #11
  • ad6725d Merge pull request #18 from codecrafters-io/revamp
  • 43390c8 fix #12
  • fca5984 Refactor error handling in TestCommand and GetRepositoryDir
  • f4dc1cf Merge pull request #17 from codecrafters-io/revamp
  • ec27315 Refactor debug log messages in test.go
  • f37d4a2 Refactor test command to include commit sha
  • 08c2c52 simplify logging
  • 494c213 Update remote URLs and server URLs in git_remote_test.go
  • 4047d7c Refactor logging and Sentry integration in CodeCrafters CLI
  • 4c1ab77 Update CODECRAFTERS_CLI_VERSION to v24 in install.sh