Skip to content

Releases: codecrafters-io/cli

v36

27 Dec 06:57
Compare
Choose a tag to compare

Changelog

  • 1a36513 Merge remote-tracking branch 'origin/main'
  • 71b31ac Update Go version and dependencies; refactor logstream consumer import.
  • 8641937 Update CODECRAFTERS_CLI_VERSION to v35 in install.sh
  • b905341 Merge pull request #40 from codecrafters-io/support-gitignore
  • fab322a Improve based on feedback
  • d6c255e Support gitignore
  • 3a4ccd1 Merge pull request #35 from codecrafters-io/ryan-gang-patch-1
  • e17173c Update homepage
  • e545daa Update CODECRAFTERS_CLI_VERSION to v34 in install.sh

v35

23 Nov 01:25
b905341
Compare
Choose a tag to compare
v35

Changelog

  • b905341 Merge pull request #40 from codecrafters-io/support-gitignore
  • fab322a Improve based on feedback
  • d6c255e Support gitignore
  • 3a4ccd1 Merge pull request #35 from codecrafters-io/ryan-gang-patch-1
  • e17173c Update homepage
  • e545daa Update CODECRAFTERS_CLI_VERSION to v34 in install.sh

v34

15 Jul 12:37
8f6a72f
Compare
Choose a tag to compare
v34

Changelog

v33

03 Jul 12:35
4e2c31d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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