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.
Files changed (33) hide show
  1. copier_python-0.1.1/CHANGELOG.md +25 -0
  2. {copier_python-0.1.0 → copier_python-0.1.1}/PKG-INFO +2 -2
  3. {copier_python-0.1.0 → copier_python-0.1.1}/README.md +1 -1
  4. {copier_python-0.1.0 → copier_python-0.1.1}/pyproject.toml +0 -1
  5. copier_python-0.1.1/tests/__snapshots__/test_license.ambr +2755 -0
  6. {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_readme.ambr +7 -7
  7. {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_license.py +1 -1
  8. copier_python-0.1.0/CHANGELOG.md +0 -10
  9. copier_python-0.1.0/docs/api.md +0 -3
  10. copier_python-0.1.0/tests/__snapshots__/test_license.ambr +0 -221
  11. {copier_python-0.1.0 → copier_python-0.1.1}/.gitignore +0 -0
  12. {copier_python-0.1.0 → copier_python-0.1.1}/CONTRIBUTING.md +0 -0
  13. {copier_python-0.1.0 → copier_python-0.1.1}/LICENSE +0 -0
  14. {copier_python-0.1.0 → copier_python-0.1.1}/MAINTAINING.md +0 -0
  15. {copier_python-0.1.0 → copier_python-0.1.1}/copier_python/__init__.py +0 -0
  16. {copier_python-0.1.0 → copier_python-0.1.1}/copier_python/py.typed +0 -0
  17. {copier_python-0.1.0 → copier_python-0.1.1}/docs/changelog.md +0 -0
  18. {copier_python-0.1.0 → copier_python-0.1.1}/docs/contributing.md +0 -0
  19. {copier_python-0.1.0 → copier_python-0.1.1}/docs/index.md +0 -0
  20. {copier_python-0.1.0 → copier_python-0.1.1}/docs/license.md +0 -0
  21. {copier_python-0.1.0 → copier_python-0.1.1}/docs/maintaining.md +0 -0
  22. {copier_python-0.1.0 → copier_python-0.1.1}/tests/__init__.py +0 -0
  23. {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_contributing.ambr +0 -0
  24. {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_maintaining.ambr +0 -0
  25. {copier_python-0.1.0 → copier_python-0.1.1}/tests/__snapshots__/test_pyproject.ambr +0 -0
  26. {copier_python-0.1.0 → copier_python-0.1.1}/tests/conftest.py +0 -0
  27. {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_contributing.py +0 -0
  28. {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_maintaining.py +0 -0
  29. {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_pyproject.py +0 -0
  30. {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_readme.py +0 -0
  31. {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_structure.py +0 -0
  32. {copier_python-0.1.0 → copier_python-0.1.1}/tests/test_template.py +0 -0
  33. {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.0
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](https://img.shields.io/github/license/smkent/copier-python)](LICENSE)
32
32
  [![PyPI](https://img.shields.io/pypi/v/copier-python)](https://pypi.org/project/copier-python/)
33
33
  [![Python](https://img.shields.io/pypi/pyversions/copier-python)](https://pypi.org/project/copier-python/)
34
- [![CI](https://github.com/smkent/copier-python/actions/workflows/ci.yml/badge.svg)](https://github.com/smkent/copier-python/actions/workflows/ci.yml)
34
+ [![CI](https://github.com/smkent/copier-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/smkent/copier-python/actions/workflows/ci.yaml)
35
35
  [![Coverage](https://codecov.io/gh/smkent/copier-python/branch/main/graph/badge.svg)](https://codecov.io/gh/smkent/copier-python)
36
36
  [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovatebot)](https://renovatebot.com)
37
37
  [![GitHub stars](https://img.shields.io/github/stars/smkent/copier-python?style=social)](https://github.com/smkent/copier-python)
@@ -5,7 +5,7 @@
5
5
  [![License](https://img.shields.io/github/license/smkent/copier-python)](LICENSE)
6
6
  [![PyPI](https://img.shields.io/pypi/v/copier-python)](https://pypi.org/project/copier-python/)
7
7
  [![Python](https://img.shields.io/pypi/pyversions/copier-python)](https://pypi.org/project/copier-python/)
8
- [![CI](https://github.com/smkent/copier-python/actions/workflows/ci.yml/badge.svg)](https://github.com/smkent/copier-python/actions/workflows/ci.yml)
8
+ [![CI](https://github.com/smkent/copier-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/smkent/copier-python/actions/workflows/ci.yaml)
9
9
  [![Coverage](https://codecov.io/gh/smkent/copier-python/branch/main/graph/badge.svg)](https://codecov.io/gh/smkent/copier-python)
10
10
  [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovatebot)](https://renovatebot.com)
11
11
  [![GitHub stars](https://img.shields.io/github/stars/smkent/copier-python?style=social)](https://github.com/smkent/copier-python)
@@ -50,7 +50,6 @@ dev = [
50
50
  "ty>=0.0.26",
51
51
  ]
52
52
  docs = [
53
- "mkdocstrings[python]>=1",
54
53
  "zensical>=0.0.30",
55
54
  ]
56
55