From 9276d9690a7f34dc1d7c779990e173fc8dfc8163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Ant=C3=B4nia=20Maia?= Date: Fri, 11 Oct 2024 18:18:18 -0300 Subject: [PATCH] Release v2.10.2 (#686) --- CHANGELOG.md | 5 ++++- Dockerfile | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f738369e..0428a2c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.2] - 2024-11-10 ### Removed - Gitlint dev dependency [685](https://github.com/scanapi/scanapi/pull/685) @@ -280,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix vars interpolation. -[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.10.1...HEAD +[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.10.2...HEAD +[2.10.2]: https://github.com/scanapi/scanapi/compare/v2.10.1...v2.10.2 [2.10.1]: https://github.com/scanapi/scanapi/compare/v2.10.0...v2.10.1 [2.10.0]: https://github.com/scanapi/scanapi/compare/v2.9.0...v2.10.0 [2.9.0]: https://github.com/scanapi/scanapi/compare/v2.8.2...v2.9.0 diff --git a/Dockerfile b/Dockerfile index d357dacd..a4d752cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV PATH="~/.local/bin:${PATH}" RUN pip install pip setuptools --upgrade -RUN pip install scanapi==2.10.1 +RUN pip install scanapi==2.10.2 COPY . /app diff --git a/pyproject.toml b/pyproject.toml index 65f97dda..5ddbe0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scanapi" -version = "2.10.1" +version = "2.10.2" description = "Automated Testing and Documentation for your REST API" authors = ["The ScanAPI Organization "] license = "MIT"