Skip to content

Commit 17d0770

Browse files
authored
Release v2.9.0 (#577)
1 parent 6925c0b commit 17d0770

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.9.0] - 2023-03-16
1011
### Feature
11-
- Enable the use of differents content types [#521](https://github.com/scanapi/scanapi/issues/521)
12+
- Enable the use of different content types [#521](https://github.com/scanapi/scanapi/issues/521)
1213

1314
### Fixed
1415
- python -m scanapi command [#501](https://github.com/scanapi/scanapi/issues/501)
@@ -265,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
265266
### Fixed
266267
- Fix vars interpolation.
267268

268-
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.8.2...HEAD
269+
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.9.0...HEAD
270+
[2.9.0]: https://github.com/scanapi/scanapi/compare/v2.8.2...v2.9.0
269271
[2.8.2]: https://github.com/scanapi/scanapi/compare/v2.8.1...v2.8.2
270272
[2.8.1]: https://github.com/scanapi/scanapi/compare/v2.8.0...v2.8.1
271273
[2.8.0]: https://github.com/scanapi/scanapi/compare/v2.7.0...v2.8.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PATH="~/.local/bin:${PATH}"
66

77
RUN pip install pip setuptools --upgrade
88

9-
RUN pip install scanapi==2.8.2
9+
RUN pip install scanapi==2.9.0
1010

1111
COPY . /app
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scanapi"
3-
version = "2.8.2"
3+
version = "2.9.0"
44
description = "Automated Testing and Documentation for your REST API"
55
authors = ["The ScanAPI Organization <cmaiacd@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)