Skip to content

Commit

Permalink
Prepare 1.7.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 27, 2023
1 parent 8941dd1 commit 2363165
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/dusk-updater`.

## 1.7.1

Released: 2023-07-27

### Fixes

* Normalize directory separator when renaming ChromeDriver binary.

## 1.7.0

Released: 2023-07-22
Expand Down
1 change: 1 addition & 0 deletions tests/HelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ public static function chromedriverBinaryFilenameDataProvider()
yield ['mac-intel', 'chromedriver-115/chromedriver', 'chromedriver-mac-intel'];
yield ['mac-arm', 'chromedriver-115/chromedriver', 'chromedriver-mac-arm'];
yield ['win', 'chromedriver-115/chromedriver.exe', 'chromedriver-win.exe'];
yield ['win', 'chromedriver-115'.DIRECTORY_SEPARATOR.'chromedriver.exe', 'chromedriver-win.exe'];
}
}

0 comments on commit 2363165

Please sign in to comment.