Releases: 12rambau/pytest-copie
Releases Β· 12rambau/pytest-copie
v0.2.0
What's Changed
- chore: update template by @12rambau in #75
- Create dependabot.yml by @tschm in #76
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #81
- build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #80
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #79
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #78
- Support for
copier.yaml
files that include other files by @davidbrownell in #84
New Contributors
- @tschm made their first contribution in #76
- @dependabot made their first contribution in #81
- @davidbrownell made their first contribution in #84
Full Changelog: v0.1.6...v0.2.0
v0.1.6
What's Changed
- fix: run both test suits by @12rambau in #63
- Conda by @12rambau in #64
- fix: run coverage before pytest by @12rambau in #66
- docs: correct a typo in the usage doc by @12rambau in #69
- docs: add a disclaimer by @12rambau in #68
- fix: always use the HEAD in the tests by @12rambau in #70
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
v0.1.3
What's Changed
- fix: add emoji support by @12rambau in #43
- Fix typo in usage.rst by @GenevieveBuckley in #46
- Update usage.rst (result variable was not defined) by @GenevieveBuckley in #47
- chore: update keyword list by @12rambau in #53
- fix: use the 3.11 image to avoid python lib failure on 3.12 by @12rambau in #52
- fix: accept all alternative extentions for copier.yaml by @12rambau in #51
- Ignore errors in teardown process by @GenevieveBuckley in #56
- Test pytest-copie on a demo template repo as part of test suite by @GenevieveBuckley in #54
New Contributors
- @GenevieveBuckley made their first contribution in #46
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's Changed
- refactor: adapt pyproject.toml to make the test pass by @12rambau in #1
- fix: remove all cruft references by @12rambau in #4
- refactor: drop hello_world by @12rambau in #2
- fix: remove dead-fixture from the default nox sessions" by @12rambau in #3
- feat: minimal implementation of the plugin by @12rambau in #5
- build: drop support for python 3.7 by @12rambau in #7
- refactor: use assignment expression by @12rambau in #6
- docs: remove all_contributor badge by @12rambau in #9
- feat: create copie from template by @12rambau in #8
- feat: add option to keep the files in directory" by @12rambau in #10
- test: check that subtest are also successful by @12rambau in #11
- fix: add the context to the output by @12rambau in #12
- test: check config existence by @12rambau in #13
- test: make sure theplugin is documented in help by @12rambau in #14
- docs: use the same theme as copier by @12rambau in #15
- fix: hide the rdt flyout by @12rambau in #16
- docs: update usage documention by @12rambau in #17
- refactor: clean code by @12rambau in #18
- docs: update the doc to wire the new variable names by @12rambau in #20
- refactor: use dataclass for Copie and Result by @12rambau in #21
- refactor: use a Return fspecific or each case of the try the try by @12rambau in #22
- docs: hide private members by @12rambau in #23
- docs: use custom logos by @12rambau in #25
- docs: add cross-refs by @12rambau in #24
- fix: use coverage directly instead of pytest-cov by @12rambau in #26
New Contributors
Full Changelog: https://github.com/12rambau/pytest-copie/commits/v0.1.0