Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Danp2 committed Feb 11, 2022
1 parent 28f0fd0 commit c33e2a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ All notable changes to "WebDriver" will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
## [0.5.2] - 2022-02-11

### Changed

- REVISIONS.md renamed to CHANGELOG.md and format updated
- _WD_HighlightElements: Refactored for speed; now supports single or multiple elements
- _WD_UpdateDriver: Adjusted URL to match revised Github repo name

### Deprecated

Expand Down Expand Up @@ -803,7 +802,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/Danp2/WebDriver/compare/0.5.1.1...HEAD
[Unreleased]: https://github.com/Danp2/WebDriver/compare/0.5.2...HEAD
[0.5.2]: https://github.com/Danp2/WebDriver/compare/0.5.1.1...0.5.2
[0.5.1.1]: https://github.com/Danp2/WebDriver/compare/0.5.1.0...0.5.1.1
[0.5.1.0]: https://github.com/Danp2/WebDriver/compare/0.5.0.3...0.5.1.0
[0.5.0.3]: https://github.com/Danp2/WebDriver/compare/0.5.0.2...0.5.0.3
Expand Down
2 changes: 1 addition & 1 deletion wd_core.au3
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#EndRegion Many thanks to:

#Region Global Constants
Global Const $__WDVERSION = "0.5.1.1"
Global Const $__WDVERSION = "0.5.2"

Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"
Expand Down

0 comments on commit c33e2a2

Please sign in to comment.