From e5c66622dca268674fd3fe4747d02788d4410bfd Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Sun, 17 May 2020 22:00:15 +0800 Subject: [PATCH] release v2.2.0 --- ChangeLog | 6 ++++++ DebugLibrary/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5a66f72..15cf2a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-05-17 Xie Yanbo + + * release version 2.2.0 + * add Debug If keyword + * rename libs' short name from l to ls to avoid conflict with command list + 2020-05-09 Xie Yanbo * release version 2.1.0 diff --git a/DebugLibrary/version.py b/DebugLibrary/version.py index 43082d4..8418bbc 100644 --- a/DebugLibrary/version.py +++ b/DebugLibrary/version.py @@ -1 +1 @@ -VERSION = '2.1.0' +VERSION = '2.2.0'