Skip to content

Commit

Permalink
release version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Jan 24, 2018
1 parent f2528c5 commit 8b0dc67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2018-01-24 Xie Yanbo <[email protected]>

* support passing pybot's arguments, disabled all logs by default
* support press ctrl+c to interrupt running keywords
* support comment format of robotframework
* print value if input variable name only
* release version 1.1

2018-01-23 Xie Yanbo <[email protected]>

* support import library with arguments
Expand Down
2 changes: 1 addition & 1 deletion DebugLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
from robot.running.signalhandler import STOP_SIGNAL_MONITOR
from robot.variables import is_var

__version__ = '1.0.3'
__version__ = '1.1'

HISTORY_PATH = os.environ.get('RFDEBUG_HISTORY', '~/.rfdebug_history')
KEYWORD_SEP = re.compile(' +|\t')
Expand Down

0 comments on commit 8b0dc67

Please sign in to comment.