Releases: codecrafters-io/cli
Releases · codecrafters-io/cli
v38
Changelog
- 2d3c363 Merge pull request #46 from codecrafters-io/arpan/cc-1915-allow-upgrading-buildpacks
- 137e2bd Rename variable for clarity in UpdateBuildpackCommand function.
- 6e963a9 update default CODECRAFTERS_CLI_VERSION to v37 in install.sh script
- 6109a51 Update buildpack command to fetch language version and improve error handling.
v37
Changelog
- e1cc1a5 Merge pull request #44 from codecrafters-io/arpan/cc-1915-allow-upgrading-buildpacks
- 28a5ea6 Fix ExtractYAMLFieldValue to return unquoted values for quoted strings
- 89574b0 Update help command in usage instructions for clarity in main.go
- a9946df Update command documentation for 'update-buildpack' in main.go
- 603fb78 Remove update-buildpack command and improve user prompt for buildpack upgrade.
- f9b0d61 Refactor test command argument parsing to remove error handling.
- 3a23d6c Add error handling and update logic for buildpack in update_buildpack command
- 4b605f6 Add update-buildpack command and utility functions for YAML manipulation.
v36
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
v34
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
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