Skip to content

Commit

Permalink
release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Jun 7, 2022
1 parent fa12110 commit 58f7ed3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
27 changes: 18 additions & 9 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
2021-06-07 Xie Yanbo <[email protected]>

* drop support for python 3.5
* get source file and lineno in RF 4.0

2021-04-13 Oli I'Anson <[email protected]>

* use exc.message instead of full_message which was removed in RF 5.0

2021-03-29 Xie Yanbo <[email protected]>

* release version 2.2.2

2021-03-25 lobinho
2021-03-25 lobinho <[email protected]>

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

Expand Down Expand Up @@ -63,7 +72,7 @@

* release version 1.2

2020-01-30 tkoukkari
2020-01-30 tkoukkari <[email protected]>

* added support for command d(ocs)

Expand All @@ -75,7 +84,7 @@

* release version 1.1.4

2018-06-29 Jonathan Gayvallet
2018-06-29 Jonathan Gayvallet <[email protected]>

* Fix keyword discovery command

Expand Down Expand Up @@ -144,7 +153,7 @@

* release version 0.8.2

2017-07-26 asiekkinen
2017-07-26 asiekkinen <[email protected]>

* support non-UTF8 encoding terminals

Expand All @@ -153,23 +162,23 @@
* robotframework 3.0 officially supported Python 3
* release version 0.8.1

2017-07-10 indrakumarm
2017-07-10 indrakumarm <[email protected]>

* UTF-8 support for Python 3

2016-09-25 Xie Yanbo <[email protected]>

* release version 0.8

2016-09-23 Juha Jokimäki
2016-09-23 Juha Jokimäki <[email protected]>

* Support assigning variables

2016-08-25 Xie Yanbo <[email protected]>

* release version 0.7.1

2016-08-24 Steve Turner
2016-08-24 Steve Turner <[email protected]>

* Fix missing browser variable

Expand All @@ -185,11 +194,11 @@
* change seleniumlibrary to selenium2library
* Add `get_webdriver_remote` for selenium debug

2015-10-07 serhatbolsu
2015-10-07 serhatbolsu <[email protected]>

* Allow unicode characters in commands

2015-05-20 Vincent Fretin
2015-05-20 Vincent Fretin <[email protected]>

* support Python 3

Expand Down
2 changes: 1 addition & 1 deletion DebugLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.2.2'
VERSION = '2.3.0'

0 comments on commit 58f7ed3

Please sign in to comment.