copier-python 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {copier_python-0.1.1 → copier_python-0.1.2}/CHANGELOG.md +8 -1
- {copier_python-0.1.1 → copier_python-0.1.2}/PKG-INFO +1 -1
- {copier_python-0.1.1 → copier_python-0.1.2}/.gitignore +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/CONTRIBUTING.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/LICENSE +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/MAINTAINING.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/README.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/copier_python/__init__.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/copier_python/py.typed +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/docs/changelog.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/docs/contributing.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/docs/index.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/docs/license.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/docs/maintaining.md +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/pyproject.toml +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/__init__.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/__snapshots__/test_contributing.ambr +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/__snapshots__/test_license.ambr +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/__snapshots__/test_maintaining.ambr +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/__snapshots__/test_pyproject.ambr +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/__snapshots__/test_readme.ambr +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/conftest.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_contributing.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_license.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_maintaining.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_pyproject.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_readme.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_structure.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_template.py +0 -0
- {copier_python-0.1.1 → copier_python-0.1.2}/tests/test_version.py +0 -0
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.2] - 2026-03-31
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
* Add repository checkout action to GitHub release creation job
|
|
15
|
+
|
|
10
16
|
## [0.1.1] - 2026-03-31
|
|
11
17
|
|
|
12
18
|
### Fixed
|
|
@@ -20,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
20
26
|
|
|
21
27
|
* Initial release
|
|
22
28
|
|
|
23
|
-
[Unreleased]: https://github.com/smkent/copier-python/compare/0.1.
|
|
29
|
+
[Unreleased]: https://github.com/smkent/copier-python/compare/0.1.2...main/
|
|
30
|
+
[0.1.2]: https://github.com/smkent/copier-python/compare/0.1.1...0.1.2
|
|
24
31
|
[0.1.1]: https://github.com/smkent/copier-python/compare/0.1.0...0.1.1
|
|
25
32
|
[0.1.0]: https://github.com/smkent/copier-python/releases/tag/0.1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: copier-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Copier template for Python projects with modern tooling
|
|
5
5
|
Project-URL: Homepage, https://github.com/smkent/copier-python
|
|
6
6
|
Project-URL: Repository, https://github.com/smkent/copier-python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|