Skip to content

Commit c33e2a2

Browse files
committed
Version bump
1 parent 28f0fd0 commit c33e2a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ All notable changes to "WebDriver" will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Added
8+
## [0.5.2] - 2022-02-11
119

1210
### Changed
1311

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

1716
### Deprecated
1817

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

804803
- Initial release
805804

806-
[Unreleased]: https://github.com/Danp2/WebDriver/compare/0.5.1.1...HEAD
805+
[Unreleased]: https://github.com/Danp2/WebDriver/compare/0.5.2...HEAD
806+
[0.5.2]: https://github.com/Danp2/WebDriver/compare/0.5.1.1...0.5.2
807807
[0.5.1.1]: https://github.com/Danp2/WebDriver/compare/0.5.1.0...0.5.1.1
808808
[0.5.1.0]: https://github.com/Danp2/WebDriver/compare/0.5.0.3...0.5.1.0
809809
[0.5.0.3]: https://github.com/Danp2/WebDriver/compare/0.5.0.2...0.5.0.3

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#EndRegion Many thanks to:
6565

6666
#Region Global Constants
67-
Global Const $__WDVERSION = "0.5.1.1"
67+
Global Const $__WDVERSION = "0.5.2"
6868

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

0 commit comments

Comments
 (0)