From 03a685bba0ddc42e061aa7df91aa6cf23fd4464e Mon Sep 17 00:00:00 2001
From: Robert Franklin <rcf@mince.net>
Date: Sun, 21 Mar 2021 22:00:48 +0000
Subject: [PATCH] version 0.9 - new difference converter

complete rewrite of the difference converter system that uses
deepops.deepdiff() to work out differences more simply, based on the
configuration dictionaries directly

rule system replaced by simpler 'excludes' list which matches keys in
the configuration dictionaries: -x/-X/-y replace old options

add various debugging options: -P, -C, -D, -V

added -O option to suppress output
---
 net_contextdiff/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net_contextdiff/__init__.py b/net_contextdiff/__init__.py
index 18c7ed8..33a4310 100644
--- a/net_contextdiff/__init__.py
+++ b/net_contextdiff/__init__.py
@@ -1,4 +1,4 @@
 # contextdiff.__init__
 
 
-__version__ = "0.8"
+__version__ = "0.9"
-- 
GitLab