Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed May 4, 2016
1 parent 0e0415a commit 014b350
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

## Unreleased
- Nothing yet - everything is released.

## 1.5.0 - 2016-05-05
### Added
- Shortcut `-i` to invoke `--ignore-delays` option.
- Shortcut `-i` to invoke `--ignore-delays` option of `run` command. ([#69](https://github.com/lmc-eu/steward/pull/69))

### Changed
- Prepare removal of deprecated features - show deprecation warning when `run-tests` alias is being used. Note this alias and also non-namespaced WebDriver (deprecated in 1.2.0) will be removed in future Steward versions!
- Prepare removal of deprecated features - show deprecation warning when `run-tests` alias is being used. Note this alias and also non-namespaced WebDriver (deprecated in 1.2.0) will be removed in future Steward versions! ([#60](https://github.com/lmc-eu/steward/pull/60))

## 1.4.1 - 2016-04-28
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bin/steward
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require_once __DIR__ . '/../src/init_webdriver_aliases.php';
date_default_timezone_set('Europe/Prague');

$dispatcher = new EventDispatcher();
$application = new Application('Steward', '1.4.1');
$application = new Application('Steward', '1.5.0');
$application->setDispatcher($dispatcher);

// Search for listeners and attach them to dispatcher
Expand Down

0 comments on commit 014b350

Please sign in to comment.