Skip to content

Commit 9eb406c

Browse files
committed
chore: Release 1.8.0
1 parent b00e47c commit 9eb406c

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.commitizen]
22
bump_message = "chore: Release $new_version"
33
tag_format = "$version"
4-
version = "1.7.0"
4+
version = "1.8.0"
55
version_files = [
66
"README.md",
77
"pyproject.toml:version",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# RESTinstance (1.7.0)
1+
# RESTinstance (1.8.0)
22

33
[Robot Framework](http://robotframework.org) library for RESTful JSON APIs
44

55
[Keyword Documentation](https://asyrjasalo.github.io/RESTinstance)
66

77
Updates:
88
- Since 1.8.0, JSON Schema Draft 2020-12 and Draft 2019-09 are also supported
9-
- Since 1.7.0, Swagger (OpenAPI 2.0) support is deprecated, and will be removed in the future
10-
- Since 1.7.0, OpenAPI 3.2 is supported, in addition to 3.0 and 3.1
9+
- Since 1.8.0, Swagger (OpenAPI 2.0) support is deprecated, and will be removed in the future
10+
- Since 1.8.0, OpenAPI 3.2 is supported, in addition to 3.0 and 3.1
1111

1212
## Advantages
1313

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "RESTinstance"
7-
version = "1.7.0"
7+
version = "1.8.0"
88
description = "Robot Framework library for RESTful JSON APIs"
99
authors = [{ name = "Anssi Syrjäsalo", email = "opensource@syrjasalo.com" }]
1010
dependencies = [

src/REST/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Copyright(C) 2018- Anssi Syrjäsalo (http://a.syrjasalo.com)
55
# Licensed under GNU Lesser General Public License v3 (LGPL-3.0).
66

7-
__version__ = "1.7.0"
7+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)