Skip to content

Commit db30217

Browse files
authored
Release v2.10.0 (#679)
1 parent f68060c commit db30217

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.10.0] - 2024-11-10
911
### Changed
1012
- Change requests to httpx. [#208](https://github.com/scanapi/scanapi/issues/208)
1113

@@ -271,7 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271273
### Fixed
272274
- Fix vars interpolation.
273275

274-
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.9.0...HEAD
276+
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.10.0...HEAD
277+
[2.10.0]: https://github.com/scanapi/scanapi/compare/v2.9.0...v2.10.0
275278
[2.9.0]: https://github.com/scanapi/scanapi/compare/v2.8.2...v2.9.0
276279
[2.8.2]: https://github.com/scanapi/scanapi/compare/v2.8.1...v2.8.2
277280
[2.8.1]: https://github.com/scanapi/scanapi/compare/v2.8.0...v2.8.1

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.9.0
9+
RUN pip install scanapi==2.10.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.9.0"
3+
version = "2.10.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)