Skip to content

Commit 383ed87

Browse files
committed
sandwich: v0.3.0.5. sandwich-webdriver: v0.4.0.1.
1 parent 23eee07 commit 383ed87

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

sandwich-webdriver/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for sandwich-webdriver
22

3+
# 0.4.0.1
4+
5+
* Fix accidental mismatch in a couple fields with base sandwich package.
6+
37
# 0.4.0.0
48

59
* Switch to `webdriver-0.13.0.0`, which is a major change.

sandwich-webdriver/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sandwich-webdriver
2-
version: 0.4.0.0
2+
version: 0.4.0.1
33
github: "codedownio/sandwich"
44
license: BSD3
55
author: "Tom McLaughlin"

sandwich-webdriver/sandwich-webdriver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: sandwich-webdriver
8-
version: 0.4.0.0
8+
version: 0.4.0.1
99
synopsis: Sandwich integration with Selenium WebDriver
1010
description: Please see the <https://codedownio.github.io/sandwich/docs/extensions/sandwich-webdriver documentation>.
1111
category: Testing

sandwich/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for sandwich
22

3+
## 0.3.0.5
4+
5+
* Preserve configured test artifacts directory (#109)
6+
* Better handling for introduce node failures (#110)
7+
* Make the type of `xit` closer to the type of `it` (#111).
8+
39
## 0.3.0.4
410

511
* Improve display of setup/work/teardown in TUI.

sandwich/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sandwich
2-
version: 0.3.0.4
2+
version: 0.3.0.5
33
github: "codedownio/sandwich"
44
license: BSD3
55
author: "Tom McLaughlin"

sandwich/sandwich.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: sandwich
8-
version: 0.3.0.4
8+
version: 0.3.0.5
99
synopsis: Yet another test framework for Haskell
1010
description: Please see the <https://codedownio.github.io/sandwich documentation>.
1111
category: Testing

0 commit comments

Comments
 (0)