Releases: codecrafters-io/cli
Releases · codecrafters-io/cli
v43
v42
v41
Changelog
- 4dd92cf Merge pull request #54 from codecrafters-io/andy/tweak
- f0e7749 Fix usage example in main.go to clarify the order of stages in the 'test --previous' command.
- 94027c7 Merge pull request #53 from codecrafters-io/arpan/cc-1963-add-codecrafters-docs-command
- 727cb62 update default CODECRAFTERS_CLI_VERSION to v40 in install.sh
v40
Changelog
- f6ae797 Merge pull request #52 from codecrafters-io/arpan/cc-1963-add-codecrafters-docs-command
- d2a268c Update default CODECRAFTERS_CLI_VERSION to v38 in install.sh script.
- 7e66474 update default CODECRAFTERS_CLI_VERSION to v40 in install.sh
- 1916188 Remove docs command from examples and change error handling to panic in docs.go
- c883d13 Add error handling and additional fields to FetchStageListResponse struct
- 57fabc8 fix: change error handling to use errors.As for NoCodecraftersRemoteFoundError
- fbb1326 Update go.mod and go.sum to include glamour v0.10.0 and other dependencies.
- 8d3c3b8 Add 'docs' command to view current stage instructions and update dependencies.
v39
Changelog
- 60610ba Merge pull request #48 from codecrafters-io/andy/tweak
- be153a3 Improve error handling in pushBranchToRemote and update buildpack command with user feedback.
- 4337039 Merge pull request #47 from codecrafters-io/arpan/cc-1915-allow-upgrading-buildpacks
- cad34ff bump default CODECRAFTERS_CLI_VERSION from v37 to v38 in install.sh
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