File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.9.0] - 2023-03-16
1011### Feature
11- - Enable the use of differents content types [ #521 ] ( https://github.com/scanapi/scanapi/issues/521 )
12+ - Enable the use of different content types [ #521 ] ( https://github.com/scanapi/scanapi/issues/521 )
1213
1314### Fixed
1415- python -m scanapi command [ #501 ] ( https://github.com/scanapi/scanapi/issues/501 )
@@ -265,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
265266### Fixed
266267- Fix vars interpolation.
267268
268- [ Unreleased ] : https://github.com/scanapi/scanapi/compare/v2.8.2...HEAD
269+ [ Unreleased ] : https://github.com/scanapi/scanapi/compare/v2.9.0...HEAD
270+ [ 2.9.0 ] : https://github.com/scanapi/scanapi/compare/v2.8.2...v2.9.0
269271[ 2.8.2 ] : https://github.com/scanapi/scanapi/compare/v2.8.1...v2.8.2
270272[ 2.8.1 ] : https://github.com/scanapi/scanapi/compare/v2.8.0...v2.8.1
271273[ 2.8.0 ] : https://github.com/scanapi/scanapi/compare/v2.7.0...v2.8.0
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.8.2
9+ RUN pip install scanapi==2.9.0
1010
1111COPY . /app
1212
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " scanapi"
3- version = " 2.8.2 "
3+ version = " 2.9.0 "
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