Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Aug 10, 2015
1 parent f088671 commit 7f9398d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.13.0 - 2015-08-10

* Fail when removed option is detected and warn if removed env var is detected
(@SevInf).

* Reports now always will be generated, even when there is a critical error
(@zumra6a).

* Correctly cancel queued tests after critical error (@SevInf).

* Produce more debug information in various modules (@SevInf).

* In case of a critical error, try to print what test was executed when it
happened (@SevInf).

* Corrected updates (@maximerassi).

## 0.13.0-beta.1 — 2015-07-31

Previous version was published without a tarball once again. Republishing.
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "gemini",
"version": "0.13.0-beta.1",
"publishConfig": {
"tag": "prerelease"
},
"version": "0.13.0",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down

0 comments on commit 7f9398d

Please sign in to comment.