griffecli 2.0.1__tar.gz → 2.0.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.
- {griffecli-2.0.1 → griffecli-2.0.2}/CHANGELOG.md +8 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/PKG-INFO +2 -2
- griffecli-2.0.2/src/griffecli/py.typed +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/.gitignore +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/LICENSE +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/README.md +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/pyproject.toml +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/src/griffecli/__init__.py +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/src/griffecli/__main__.py +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/src/griffecli/_internal/__init__.py +0 -0
- {griffecli-2.0.1 → griffecli-2.0.2}/src/griffecli/_internal/cli.py +0 -0
|
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
<!-- insertion marker -->
|
|
8
|
+
## [2.0.2](https://github.com/mkdocstrings/griffe/releases/tag/2.0.2) - 2026-03-27
|
|
9
|
+
|
|
10
|
+
<small>[Compare with 2.0.1](https://github.com/mkdocstrings/griffe/compare/2.0.1...2.0.2)</small>
|
|
11
|
+
|
|
12
|
+
### Build
|
|
13
|
+
|
|
14
|
+
- Add py.typed marker to packages ([ce46ba3](https://github.com/mkdocstrings/griffe/commit/ce46ba314810e46c5168cfab220254908640d6e3) by Timothée Mazzucotelli).
|
|
15
|
+
|
|
8
16
|
## [2.0.1](https://github.com/mkdocstrings/griffe/releases/tag/2.0.1) - 2026-03-23
|
|
9
17
|
|
|
10
18
|
<small>[Compare with 2.0.0](https://github.com/mkdocstrings/griffe/compare/2.0.0...2.0.1)</small>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: griffecli
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
|
|
5
5
|
Author-email: Timothée Mazzucotelli <dev@pawamoy.fr>
|
|
6
6
|
License-Expression: ISC
|
|
@@ -22,4 +22,4 @@ Classifier: Topic :: Utilities
|
|
|
22
22
|
Classifier: Typing :: Typed
|
|
23
23
|
Requires-Python: >=3.10
|
|
24
24
|
Requires-Dist: colorama>=0.4
|
|
25
|
-
Requires-Dist: griffelib==2.0.
|
|
25
|
+
Requires-Dist: griffelib==2.0.2
|
|
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
|