Skip to content

Releases: codecrafters-io/cli

v33

03 Jul 12:35
4e2c31d

Choose a tag to compare

v33

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

v32

03 Jul 12:35

Choose a tag to compare

v32

Changelog

  • 1f312ce Merge branch 'main' into add-support-for-previous
  • d9d7c00 Update CODECRAFTERS_CLI_VERSION to v31 in install.sh
  • a0a96ed Merge pull request #34 from codecrafters-io/add-command-param
  • 7dde834 Refactor submission creation in submit.go and test.go
  • 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
  • 24cf378 Merge pull request #32 from codecrafters-io/bump-cli-version-to-30
  • c9ae9f2 feat: Bump cli version to 30

v31

03 Jul 12:00
a0a96ed

Choose a tag to compare

v31

Changelog

  • a0a96ed Merge pull request #34 from codecrafters-io/add-command-param
  • 7dde834 Refactor submission creation in submit.go and test.go
  • 24cf378 Merge pull request #32 from codecrafters-io/bump-cli-version-to-30
  • c9ae9f2 feat: Bump cli version to 30

v30

14 Jun 12:30
24b35f8

Choose a tag to compare

v30

Changelog

  • 24b35f8 Merge pull request #31 from codecrafters-io/move-exception-capture
  • 373f0a7 refactor: Move sentry capture exception outside loop
  • e75d94a Merge pull request #29 from codecrafters-io/bump-release-tage-to-29
  • 5687f1c chore: Bump release tag to 29

v29

05 Jun 17:11
ba72624

Choose a tag to compare

v29

Changelog

  • ba72624 Merge pull request #28 from codecrafters-io/fix-goreleaser-errors
  • 38dc748 fix: Add 'version: 2' to goreleaser.yml + use 'repository' instead of 'tap'
  • f40fbbb fix: Revert version string back to 0
  • c351224 chore: Bump version to 2

v26

31 May 14:50
a72a281

Choose a tag to compare

v26

Changelog

  • a72a281 Merge pull request #24 from codecrafters-io/add-monitoring
  • 16d8bd5 feat: Add monitoring for unexpected build status
  • c0a2a41 Update CODECRAFTERS_CLI_VERSION to v25 in install.sh

v25

30 Apr 17:11
c96b4d7

Choose a tag to compare

v25

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

v24

18 Apr 12:00
d9cc5e5

Choose a tag to compare

v24

Changelog

  • d9cc5e5 Merge pull request #16 from codecrafters-io/update-endpoints
  • c8c9a2a Refactor CodecraftersClient API endpoints for submission and build fetching
  • 4acf567 Update install.sh

v23

04 Mar 17:43
6316351

Choose a tag to compare

v23

Changelog

  • 6316351 Merge pull request #14 from codecrafters-io/use-new-message-format
  • 3dc72f3 Refactor test command and codecrafters client
  • 386d024 Merge pull request #13 from codecrafters-io/fix-dev-remotes
  • ad63cc7 Refactor GitRemote URL handling for Codecrafters servers

v22

01 Dec 22:57

Choose a tag to compare

v22

Changelog

  • e1250bb fix dev server handling
  • 3e77ddb Update CODECRAFTERS_CLI_VERSION to v21