Skip to content

Commit d159b7e

Browse files
authored
Release v2.7.0 (#550)
1 parent c745e3d commit d159b7e

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.7.0] - 2022-06-02
911
### Deprecated
1012
- Drops support for Python 3.6 since its EOL was reached out in December last year [549](https://github.com/scanapi/scanapi/pull/549)
1113

@@ -244,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244246
### Fixed
245247
- Fix vars interpolation.
246248

247-
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.6.2...HEAD
249+
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.7.0...HEAD
250+
[2.7.0]: https://github.com/scanapi/scanapi/compare/v2.6.2...v2.7.0
248251
[2.6.2]: https://github.com/scanapi/scanapi/compare/v2.6.1...v2.6.2
249252
[2.6.1]: https://github.com/scanapi/scanapi/compare/v2.6.0...v2.6.1
250253
[2.6.0]: https://github.com/scanapi/scanapi/compare/v2.5.0...v2.6.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.6.2
9+
RUN pip install scanapi==2.7.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.6.2"
3+
version = "2.7.0"
44
description = "Automated Testing and Documentation for your REST API"
55
authors = ["Camila Maia <cmaiacd@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)