Skip to content

Commit 926b43e

Browse files
authored
Release v2.10.1 (#682)
1 parent 627f729 commit 926b43e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.10.1] - 2024-11-10
1011
### Changed
1112
- Upgrade Click dependency [681](https://github.com/scanapi/scanapi/pull/681)
1213

@@ -277,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
277278
### Fixed
278279
- Fix vars interpolation.
279280

280-
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.10.0...HEAD
281+
[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.10.1...HEAD
282+
[2.10.1]: https://github.com/scanapi/scanapi/compare/v2.10.0...v2.10.1
281283
[2.10.0]: https://github.com/scanapi/scanapi/compare/v2.9.0...v2.10.0
282284
[2.9.0]: https://github.com/scanapi/scanapi/compare/v2.8.2...v2.9.0
283285
[2.8.2]: https://github.com/scanapi/scanapi/compare/v2.8.1...v2.8.2

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