Skip to content

Commit

Permalink
feat: v2.6.0 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamaia committed Aug 13, 2021
1 parent dc6eb58 commit 5f10b7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.6.0] - 2021-08-13
### Changed
- Summary tests location to the top of the report [#479](https://github.com/scanapi/scanapi/pull/479)

Expand Down Expand Up @@ -224,7 +226,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix vars interpolation.

[Unreleased]: https://github.com/camilamaia/scanapi/compare/v2.5.0...HEAD
[Unreleased]: https://github.com/camilamaia/scanapi/compare/v2.6.0...HEAD
[2.6.0]: https://github.com/camilamaia/scanapi/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/camilamaia/scanapi/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/camilamaia/scanapi/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/camilamaia/scanapi/compare/v2.2.0...v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH="~/.local/bin:${PATH}"

RUN pip install pip setuptools --upgrade

RUN pip install scanapi==2.5.0
RUN pip install scanapi==2.6.0

COPY . /app

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scanapi"
version = "2.5.0"
version = "2.6.0"
description = "Automated Testing and Documentation for your REST API"
authors = ["Camila Maia <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5f10b7e

Please sign in to comment.