Skip to content

Tags: pfmoore/copier

Tags

v6.0.0

Toggle v6.0.0's commit message
bump: new release

v6.0.0b0

Toggle v6.0.0b0's commit message
fix: wrong detection of untagged commits

I was wrongly using `.dev`. Use `.post`, just like dunamai.

Fixes copier-org#603.

v6.0.0a9

Toggle v6.0.0a9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ci): publish on python 3.10

It was using python 3.1 due to the last 0 being stripped from the float value. Passed as string now.

v6.0.0a8

Toggle v6.0.0a8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: do not require release to publish

Releases for alpha are a bit too much work. Just pushing a tag should be enough.

v6.0.0a7

Toggle v6.0.0a7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix unicode error on binary files (copier-org#436)

* fix: Fix unicode error on binary files

If a unicode decode error is raised
while trying to compile a file as a Jinja2 template,
and the templates suffix is empty,
we fallback to copying this file as is.

Fixes copier-org#433.

v6.0.0a6

Toggle v6.0.0a6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix temporary directory removal on Windows (copier-org#358)

* tests: Add temporary directory deletion tests

* ci: Run tests on Windows for Python 3.6 and 3.7 again

* fix: Implement more robust temporary directory deletion

* docs: Document temporary directory class and error handler

* chore: Update poetry.lock

* style: Format code

Co-authored-by: Timothée Mazzucotelli <timothee.mazzucotelli@externe.e-i.com>

v6.0.0a5

Toggle v6.0.0a5's commit message
Fix wrong default choice

When updating a project, a choice answer never got a good default value. Now it's properly selected, and interactive behavior is tested.

v6.0.0a4

Toggle v6.0.0a4's commit message
Add pygments dependency

Regression from 81e03a5.

v6.0.0a3

Toggle v6.0.0a3's commit message
Try to support python 3.9

This includes updating dependencies, such as pydantic, and adding it to the test matrix.

However pydantic doesn't support python 3.9 yet, so we can't claim to support it yet.

Targets copier-org#102.

v6.0.0a2

Toggle v6.0.0a2's commit message
Remove support for custom lexers temporarily

When tmbo/questionary#70 gets fixed, this commit should be rolled back.

For now, I have to remove this support because [otherwise I cannot publish Copier to Pypi](https://github.com/copier-org/copier/runs/1241180809?check_suite_focus=true).