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

Commit

Permalink
Deprecate 0.6.5 and publish 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Sep 15, 2014
1 parent 0e43de7 commit f9496cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 0.6.5 - 2014-09-12
## 0.7.0 - 2014-09-15

* Show meaningful error when capture area origin
does not fit to full-page screenshot. This change
can break some of your tests (@scf2k).
* Add experimental CSS-coverage report. Enable
with `--coverage` CLI flag or `coverage: true` in
config (@scf2k).
Expand All @@ -12,8 +15,11 @@
size of the browser windows (@scf2k).
* Add action `setWindowSize` to specify browser
window size during the tests (@scf2k).
* Show meaningful error when capture area origin
does not fit to full-page screenshot (@scf2k).


## 0.6.5 - 2014-09-12

Was republished as 0.7.0 due to a breaking change.

## 0.6.4 - 2014-08-13

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini",
"version": "0.6.5",
"version": "0.7.0",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down

0 comments on commit f9496cf

Please sign in to comment.