copier-python 0.1.0__tar.gz → 0.1.1__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/CHANGELOG.md +25 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/PKG-INFO +2 -2
- {copier_python-0.1.0 → copier_python-0.1.1}/README.md +1 -1
- {copier_python-0.1.0 → copier_python-0.1.1}/pyproject.toml +0 -1
- copier_python-0.1.1/tests/__snapshots__/test_license.ambr +2755 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_readme.ambr +7 -7
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_license.py +1 -1
- copier_python-0.1.0/CHANGELOG.md +0 -10
- copier_python-0.1.0/docs/api.md +0 -3
- copier_python-0.1.0/tests/__snapshots__/test_license.ambr +0 -221
- {copier_python-0.1.0 → copier_python-0.1.1}/.gitignore +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/CONTRIBUTING.md +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/LICENSE +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/MAINTAINING.md +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/copier_python/__init__.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/copier_python/py.typed +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/docs/changelog.md +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/docs/contributing.md +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/docs/index.md +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/docs/license.md +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/docs/maintaining.md +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/__init__.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_contributing.ambr +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_maintaining.ambr +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_pyproject.ambr +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/conftest.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_contributing.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_maintaining.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_pyproject.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_readme.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_structure.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_template.py +0 -0
- {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_version.py +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [0.1.1] - 2026-03-31
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
* Fix CI badge URL in README.md
|
|
15
|
+
* Move GitHub release creation to a separate job for build artifact availability
|
|
16
|
+
|
|
17
|
+
## [0.1.0] - 2026-03-31
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
* Initial release
|
|
22
|
+
|
|
23
|
+
[Unreleased]: https://github.com/smkent/copier-python/compare/0.1.0...main/
|
|
24
|
+
[0.1.1]: https://github.com/smkent/copier-python/compare/0.1.0...0.1.1
|
|
25
|
+
[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.1
|
|
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
|
|
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
|
|
|
31
31
|
[](LICENSE)
|
|
32
32
|
[](https://pypi.org/project/copier-python/)
|
|
33
33
|
[](https://pypi.org/project/copier-python/)
|
|
34
|
-
[](https://github.com/smkent/copier-python/actions/workflows/ci.yaml)
|
|
35
35
|
[](https://codecov.io/gh/smkent/copier-python)
|
|
36
36
|
[](https://renovatebot.com)
|
|
37
37
|
[](https://github.com/smkent/copier-python)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://pypi.org/project/copier-python/)
|
|
7
7
|
[](https://pypi.org/project/copier-python/)
|
|
8
|
-
[](https://github.com/smkent/copier-python/actions/workflows/ci.yaml)
|
|
9
9
|
[](https://codecov.io/gh/smkent/copier-python)
|
|
10
10
|
[](https://renovatebot.com)
|
|
11
11
|
[](https://github.com/smkent/copier-python)
|