Skip to content

Commit e1e5f14

Browse files
committed
bump version and update changelog
1 parent 6287475 commit e1e5f14

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[Go to GitHub Releases](https://github.com/dlt-hub/dlt-init-openapi/releases)
22

3+
0.0.5a3
4+
* Render gitignore file and add source section to secrets.toml even if there are no secrets detected
5+
* Updated readme with feedback from users and added pip instructions
6+
* Make "username" a secret on basic auth
7+
* Prevent openapi 2.0 specs with helpful output on how to migrate
8+
* Fix e2e tests
9+
310
0.0.5a2
411
* Better fallbacks for paginator and json_path if detection failed
512
* Add telemetry on init command

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-init-openapi"
3-
version = "0.0.5a2"
3+
version = "0.0.5a3"
44
description = "Generate dlt Python clients from OpenAPI"
55
homepage = "https://dlthub.com"
66
repository = "https://github.com/dlt-hub/dlt-init-openapi"

0 commit comments

Comments
 (0)