Skip to content

Commit

Permalink
Release v0.2.4 (#127)
Browse files Browse the repository at this point in the history
* Release v0.2.4

* Bump version in setup.py to v0.2.4

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Laszlo Uveges <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2022
1 parent bba67ff commit c7b665e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.4] - 2022-06-16

- Added
- Display logs for go test commands to make it easier to debug failing tests

Expand Down Expand Up @@ -96,7 +98,8 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Added
- initial release

[Unreleased]: https://github.com/giantswarm/app-test-suite/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/giantswarm/app-test-suite/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/giantswarm/app-test-suite/compare/v0.2.0...v0.2.4
[0.2.0]: https://github.com/giantswarm/app-test-suite/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/giantswarm/app-test-suite/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/giantswarm/app-test-suite/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="app_test_suite",
version="0.2.3",
version="0.2.4",
author="Łukasz Piątkowski",
author_email="[email protected]",
description="An app testing suite for GiantSwarm app platform",
Expand Down

0 comments on commit c7b665e

Please sign in to comment.