Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.5 #212

Merged
merged 1 commit into from Jul 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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]

## [1.0.5] - 2020-07-18
### Fixed
- Status icons on report were not vertically centered [#195](https://github.com/scanapi/scanapi/pull/195)

Expand Down Expand Up @@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix vars interpolation

[Unreleased]: https://github.com/camilamaia/scanapi/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/camilamaia/scanapi/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/camilamaia/scanapi/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/camilamaia/scanapi/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/camilamaia/scanapi/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/camilamaia/scanapi/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scanapi"
version = "1.0.4"
version = "1.0.5"
description = "Automated Testing and Documentation for your REST API"
authors = ["Camila Maia <cmaiacd@gmail.com>"]
license = "MIT"
Expand Down