Skip to content

Commit 58f7ed3

Browse files
committed
release v2.3.0
1 parent fa12110 commit 58f7ed3

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

ChangeLog

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
2021-06-07 Xie Yanbo <xieyanbo@gmail.com>
2+
3+
* drop support for python 3.5
4+
* get source file and lineno in RF 4.0
5+
6+
2021-04-13 Oli I'Anson <oianson@cisco.com>
7+
8+
* use exc.message instead of full_message which was removed in RF 5.0
9+
110
2021-03-29 Xie Yanbo <xieyanbo@gmail.com>
211

312
* release version 2.2.2
413

5-
2021-03-25 lobinho
14+
2021-03-25 lobinho <wolfgang.falmbigl@egstonpower.com>
615

716
* Adding default empty string tuple to ensure proper formatting of prompt
817

@@ -63,7 +72,7 @@
6372

6473
* release version 1.2
6574

66-
2020-01-30 tkoukkari
75+
2020-01-30 tkoukkari <tuomas.koukkari@qentinel.com>
6776

6877
* added support for command d(ocs)
6978

@@ -75,7 +84,7 @@
7584

7685
* release version 1.1.4
7786

78-
2018-06-29 Jonathan Gayvallet
87+
2018-06-29 Jonathan Gayvallet <jonathan.mael.gayvallet@gmail.com>
7988

8089
* Fix keyword discovery command
8190

@@ -144,7 +153,7 @@
144153

145154
* release version 0.8.2
146155

147-
2017-07-26 asiekkinen
156+
2017-07-26 asiekkinen <aku.siekkinen@hotmail.com>
148157

149158
* support non-UTF8 encoding terminals
150159

@@ -153,23 +162,23 @@
153162
* robotframework 3.0 officially supported Python 3
154163
* release version 0.8.1
155164

156-
2017-07-10 indrakumarm
165+
2017-07-10 indrakumarm <ikumarsgp@gmail.com>
157166

158167
* UTF-8 support for Python 3
159168

160169
2016-09-25 Xie Yanbo <xieyanbo@gmail.com>
161170

162171
* release version 0.8
163172

164-
2016-09-23 Juha Jokimäki
173+
2016-09-23 Juha Jokimäki <juha.jokimaki@solita.fi>
165174

166175
* Support assigning variables
167176

168177
2016-08-25 Xie Yanbo <xieyanbo@gmail.com>
169178

170179
* release version 0.7.1
171180

172-
2016-08-24 Steve Turner
181+
2016-08-24 Steve Turner <swt@juniper.net>
173182

174183
* Fix missing browser variable
175184

@@ -185,11 +194,11 @@
185194
* change seleniumlibrary to selenium2library
186195
* Add `get_webdriver_remote` for selenium debug
187196

188-
2015-10-07 serhatbolsu
197+
2015-10-07 serhatbolsu <serhatbolsu@gmail.com>
189198

190199
* Allow unicode characters in commands
191200

192-
2015-05-20 Vincent Fretin
201+
2015-05-20 Vincent Fretin <ville.vainio@basware.com>
193202

194203
* support Python 3
195204

DebugLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.2.2'
1+
VERSION = '2.3.0'

0 commit comments

Comments
 (0)