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.
1 parent 0b08d07 commit 8b4d7a5Copy full SHA for 8b4d7a5
CHANGELOG.md
@@ -1,2 +1,9 @@
1
-## 0.0.1
2
-First version of dlt-openapi
+[Go to GitHub Releases](https://github.com/dlt-hub/dlt-openapi/releases)
+
3
+0.0.2
4
+* Add warnings to logger for certain scenarios
5
+* Add global paginator support
6
+* Internally refactor auth and add warning for unsupported auth types
7
8
+0.0.1
9
+* Initial Release
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dlt-openapi"
-version = "0.0.1"
+version = "0.0.2"
description = "Generate dlt Python clients from OpenAPI"
repository = "https://github.com/dlt-hub/dlt-openapi"
license = "MIT"
0 commit comments