Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhirsz committed Aug 19, 2022
1 parent a1a46a1 commit c396771
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/releasenotes/0.3.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Roboswag 0.3.1
===================
Fixes for missing optional properties in OpenAPi specification file.

You can install the latest available version by running::

pip install --upgrade roboswag

or to install exactly this version::

pip install roboswag==0.3.1


Fixes
------
- Fallback solution to missing optional tag used for endpoint class names
- Fallback solution to missing optional operationId used for endpoint method names
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name="roboswag"
version = "0.3.0"
version = "0.3.1"
description = "Test framework for auto-generating libraries from OpenAPI specification file."
license = "Apache-2.0"
authors = ["Mateusz Nojek <matnojek@gmail.com>", "Bartlomiej Hirsz <bartek.hirsz@gmail.com>"]
Expand Down

0 comments on commit c396771

Please sign in to comment.