File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PATH="~/.local/bin:${PATH}"
66
77RUN pip install pip setuptools --upgrade
88
9- RUN pip install scanapi==2.10.0
9+ RUN pip install scanapi==2.10.1
1010
1111COPY . /app
1212
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " scanapi"
3- version = " 2.10.0 "
3+ version = " 2.10.1 "
44description = " Automated Testing and Documentation for your REST API"
55authors = [" The ScanAPI Organization <cmaiacd@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments