Skip to content

Commit 707b6fa

Browse files
chore: 3.1.0 Release (#311)
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 <playpauseandstop@users.noreply.github.com>
1 parent b6acdc1 commit 707b6fa

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
3.1.0 (2022-12-26)
2+
==================
3+
4+
**Features:**
5+
6+
- Set aiohttp 3.8.1 as minimum supported version (#304)
7+
8+
**Fixes:**
9+
10+
- [#308] Depend on specific openapi-spec-validator version (#309)
11+
12+
**Other:**
13+
14+
- Update dev Python version to 3.11.1 (#306)
15+
- (**deps**) bump certifi from 2022.9.24 to 2022.12.7 (#305)
16+
- Sync common project files (#307)
17+
- Update CI workflows & composite actions (#310)
18+
119
3.0.1 (2022-10-23)
220
==================
321

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ignore_missing_imports = true
8686

8787
[tool.poetry]
8888
name = "rororo"
89-
version = "3.0.1"
89+
version = "3.1.0"
9090
description = "aiohttp.web OpenAPI 3 schema first server applications."
9191
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
9292
license = "BSD-3-Clause"

src/rororo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343

4444
__author__ = "Igor Davydenko"
4545
__license__ = "BSD-3-Clause"
46-
__version__ = "3.0.1"
46+
__version__ = "3.1.0"

tests/rororo/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "rororo",
5-
"version": "3.0.1",
5+
"version": "3.1.0",
66
"contact": {
77
"name": "Igor Davydenko (developer)",
88
"url": "https://igordavydenko.com",

tests/rororo/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: "3.0.3"
22

33
info:
44
title: "rororo"
5-
version: "3.0.1"
5+
version: "3.1.0"
66
contact:
77
name: "Igor Davydenko (developer)"
88
url: "https://igordavydenko.com"

0 commit comments

Comments
 (0)