Skip to content

Commit 8b4d7a5

Browse files
authored
bump project version (#62)
update version page
1 parent 0b08d07 commit 8b4d7a5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
## 0.0.1
2-
First version of dlt-openapi
1+
[Go to GitHub Releases](https://github.com/dlt-hub/dlt-openapi/releases)
2+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dlt-openapi"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Generate dlt Python clients from OpenAPI"
55
repository = "https://github.com/dlt-hub/dlt-openapi"
66
license = "MIT"

0 commit comments

Comments
 (0)