Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 10:47
· 54 commits to main since this release

BestieTemplate v0.13.0

Diff since v0.12.0

BREAKING NOTICE (MANUAL INTERVENTION REQUIRED):

  • The LTS version has changed from 1.6 to 1.10. When updating, if you want to change the value of JuliaMinVersion (the minimum version in Project.toml), then:
    • You must change the .copier-answers.yml file (before or after running update)
    • You must manually change Project.toml
    • You might have to manually change Test.yml and/or TestOnPRs.yml in the folder .github/workflows

Changed

  • Change internal LTS version to 1.10. This affects the default value of JuliaMinVersion (#486)

Fixed

  • Many trailing white spaces and duplicate empty lines resulting from Jinja variables. Pre-commit succeeds more often for newly generated files with default answers (#445)

Merged pull requests:

Closed issues:

  • Clean up whitespaces (#445)
  • [Bug] On tags, Test.yml breaks for updating from main to HEAD vs generate in HEAD is broken (#454)
  • Update LTS (#486)