Skip to content

Releases: cjolowicz/retrocookie

v0.4.2

22 Nov 11:44
0386a4a
Compare
Choose a tag to compare

Changes

This release teaches the retrocookie command to print a friendly error message when git exits with failure, including the output from the failed command. This improves the user experience in the common case where the imported changes produce a merge conflict in the template repository. (The retrocookie-pr command already knew how to do this.) The rest are internal changes, read on for all the boring details.

🚀 Features

  • ✨ Improve error message when git exits with failure (#454) @cjolowicz

🚨 Testing

  • 🔧 [pytest] Filter Typeguard warnings triggered by click (#455) @cjolowicz

👷 Continuous Integration

  • 📚 [README] Adapt Codecov badge to renamed default branch (#457) @cjolowicz
  • 🔧 [codecov] Require 100% patch coverage (#456) @cjolowicz

📚 Documentation

  • 📚 [docs] Fix missing usage page for retrocookie-pr (#453) @cjolowicz
  • 📚 [docs] Fix missing usage page for retrocookie-pr (#452) @cjolowicz

📦 Package

v0.4.1

21 Nov 16:01
dd7cbe2
Compare
Choose a tag to compare

Changes

This release contains only internal changes.

🚨 Testing

👷 Continuous Integration

  • [github] Limit job concurrency when running functional tests (#390) @cjolowicz
  • [github] Relax concurrency limits between runs, users, and events (#391) @cjolowicz
  • [functional] Use retries when creating repositories (#393) @cjolowicz
  • [github] Disable functional tests in Tests workflow (#397) @cjolowicz
  • [github] Enable colors from pre-commit, pytest, Sphinx, and xdoctest (#421) @cjolowicz
  • [github] Avoid merge conflicts between Dependabot PRs (#443) @cjolowicz

📚 Documentation

💄 Style

📦 Package

📦 Dependencies

Dependabot PRs

v0.4.0

25 Jan 09:54
8ddcdff
Compare
Choose a tag to compare

Changes

🚀 Features

🔨 Refactoring

📦 Dependencies

v0.3.2

05 Dec 21:54
0a43dc5
Compare
Choose a tag to compare

Changes

🪲 Fixes

v0.3.1

04 Dec 23:28
0b20194
Compare
Choose a tag to compare

Changes

🪲 Fixes

📚 Documentation

📦 Dependencies

Show

v0.3.0

13 Jun 09:50
2349519
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

  • Rename --whitelist and --blacklist to --include-variable and --exclude-variable (#92) @cjolowicz
  • Do not use whitespace in templating tags (#75) @cjolowicz

🪲 Fixes

  • Fix unescaped token when another token is present (#60) @cjolowicz
  • Fix missing commits when fetching from multiple branches (#59) @cjolowicz
  • Fix git-fetch error when is a relative path (#57) @cjolowicz

🚨 Testing

👷 Continuous Integration

  • Remove redundant entries from Dependabot config (#96) @cjolowicz

🔨 Refactoring

📦 Dependencies

v0.2.0

05 Jun 13:57
a87b62e
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

🚨 Testing

  • Require explicit create option for tests.helpers.branch (#21) @cjolowicz
  • Configure darglint to allow long docstrings without signatures (#11) @cjolowicz

📚 Documentation

🔨 Refactoring

📦 Dependencies

v0.1.0: Merge pull request #1 from cjolowicz/cookiecutter

30 May 05:30
afe3edb
Compare
Choose a tag to compare

Changes

🚀 Features