Skip to content

Commit

Permalink
chore: 2.1.1 Release (#116)
Browse files Browse the repository at this point in the history
Fixes:
------

- (**openapi**) Proper handling of operations with empty security list (#115)

Other:
------

- Do not enforce commitizen check at CI (#113)

Co-authored-by: playpauseandstop <[email protected]>
  • Loading branch information
1 parent b7b985e commit d3b15f5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.1.1 (2020-10-29)
==================

**Fixes:**

- (**openapi**) Proper handling of operations with empty security list (#115)

**Other:**

- Do not enforce commitizen check at CI (#113)

2.1.0 (2020-10-25)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ show_missing = true

[tool.poetry]
name = "rororo"
version = "2.1.0"
version = "2.1.1"
description = "aiohttp.web OpenAPI 3 schema first server applications."
authors = ["Igor Davydenko <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/rororo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@

__author__ = "Igor Davydenko"
__license__ = "BSD-3-Clause"
__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion tests/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "rororo",
"version": "2.1.0",
"version": "2.1.1",
"contact": {
"name": "Igor Davydenko (developer)",
"url": "https://igordavydenko.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"

info:
title: "rororo"
version: "2.1.0"
version: "2.1.1"
contact:
name: "Igor Davydenko (developer)"
url: "https://igordavydenko.com"
Expand Down

0 comments on commit d3b15f5

Please sign in to comment.