Skip to content

v48

Choose a tag to compare

@codecrafters-bot codecrafters-bot released this 20 Feb 09:46
· 21 commits to main since this release
8228104

Changelog

  • 8228104 Merge pull request #68 from codecrafters-io/andy/tweak-gitignore
  • c779ecc Enhance GitIgnore tests to verify that the .git directory and its contents are not skipped. Added new test cases to ensure proper handling of paths related to the .git directory, reinforcing the logic implemented in the GitIgnore functionality.
  • b6a13a5 Merge pull request #74 from codecrafters-io/andy/update-v47
  • 061ad4b Update install.sh to increment CODECRAFTERS_CLI_VERSION from v46 to v47, ensuring the latest version is used during installation.
  • b7bb2e2 Enhance GitIgnore logic to prevent skipping the .git directory and its contents. This update ensures that any files within the .git directory are treated correctly, improving the handling of ignored files in version control.
  • 04a0d5c Enhance GitIgnore functionality to ensure the .git directory is never skipped. This change improves the handling of ignored files by explicitly allowing the .git directory, even if specified in .gitignore files.