Skip to content

Commit 881f7ab

Browse files
author
Andreas Sekulski
committed
Release 3.6.0
1 parent 7d5c813 commit 881f7ab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
77

88
## [Unreleased][]
99

10+
## [Release][3.6.0] [3.6.0][3.5.0-3.6.0] - 2024-12-04
11+
1012
### Added
1113
- [#220](https://github.com/GDATASoftwareAG/robotframework-flaui/pull/220) Extended Keyword to support RangeValue Pattern
1214
- Get Property From Element ${XPATH} RANGEVALUE
@@ -701,7 +703,11 @@ General bugfixing from keywords and improvements from artifact building and test
701703
702704
[github.io]: https://gdatasoftwareag.github.io/robotframework-flaui
703705
704-
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.5.0...main
706+
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.6.0...main
707+
708+
[3.6.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.6.0
709+
710+
[3.5.0-3.6.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.5.0...3.6.0
705711
706712
[3.5.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.5.0
707713

src/FlaUILibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.5.0"
1+
VERSION = "3.6.0"

0 commit comments

Comments
 (0)