Skip to content

Commit b0f6f59

Browse files
committed
bump version
1 parent 3c88f06 commit b0f6f59

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
0.1.0a2 - Getting ready for the first release
4+
* Updated Readme, reordered content blocks and made example nicer
5+
* Better rendering of required and non-required query args
6+
* Do not ask wether output directory should be written when in non-interactive mode
7+
38
0.1.0a1 - Getting ready for the first release
49
* Remove init command from CLI. The same functionality is now the default command, see updated README file.
510
* Add better error messages for broken and incompatible specs

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.1.0a1"
3+
version = "0.1.0a2"
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)