Skip to content

Commit

Permalink
chore: 3.1.0 Release (#311)
Browse files Browse the repository at this point in the history
Features:
---------

- Set aiohttp 3.8.1 as minimum supported version (#304)

Fixes:
------

- [#308] Depend on specific openapi-spec-validator version (#309)

Other:
------

- Update dev Python version to 3.11.1 (#306)
- (**deps**) bump certifi from 2022.9.24 to 2022.12.7 (#305)
- Sync common project files (#307)
- Update CI workflows & composite actions (#310)

Co-authored-by: playpauseandstop <[email protected]>
  • Loading branch information
1 parent b6acdc1 commit 707b6fa
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
3.1.0 (2022-12-26)
==================

**Features:**

- Set aiohttp 3.8.1 as minimum supported version (#304)

**Fixes:**

- [#308] Depend on specific openapi-spec-validator version (#309)

**Other:**

- Update dev Python version to 3.11.1 (#306)
- (**deps**) bump certifi from 2022.9.24 to 2022.12.7 (#305)
- Sync common project files (#307)
- Update CI workflows & composite actions (#310)

3.0.1 (2022-10-23)
==================

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

[tool.poetry]
name = "rororo"
version = "3.0.1"
version = "3.1.0"
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 @@ -43,4 +43,4 @@

__author__ = "Igor Davydenko"
__license__ = "BSD-3-Clause"
__version__ = "3.0.1"
__version__ = "3.1.0"
2 changes: 1 addition & 1 deletion tests/rororo/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": "3.0.1",
"version": "3.1.0",
"contact": {
"name": "Igor Davydenko (developer)",
"url": "https://igordavydenko.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/rororo/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: "3.0.1"
version: "3.1.0"
contact:
name: "Igor Davydenko (developer)"
url: "https://igordavydenko.com"
Expand Down

0 comments on commit 707b6fa

Please sign in to comment.