We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d4faa6 + efb8f46 commit b0955efCopy full SHA for b0955ef
CHANGELOG.md
@@ -1,5 +1,13 @@
1
[Go to GitHub Releases](https://github.com/dlt-hub/dlt-init-openapi/releases)
2
3
+0.0.5a2
4
+* Better fallbacks for paginator and json_path if detection failed
5
+* Add telemetry on init command
6
+* Sanitze and snake case folders and files output
7
+
8
+0.0.5a1
9
+* pypi package and rename, pyproject fixes 0.0.5a1 pypi release
10
11
0.0.4
12
* Project rename to dlt-init-openapi
13
* Pypi alpha release
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dlt-init-openapi"
-version = "0.0.5a1"
+version = "0.0.5a2"
description = "Generate dlt Python clients from OpenAPI"
homepage = "https://dlthub.com"
repository = "https://github.com/dlt-hub/dlt-init-openapi"
0 commit comments