We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821760d + 9cbe26f commit 536e09fCopy full SHA for 536e09f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.0.6
4
+- Sort the data when data normalization is used with key anchoring
5
+
6
+## v0.0.5
7
+- Update jmespath dependency
8
+- Drop python 3.7 support
9
10
## v0.0.4
11
- Relax deepdiff dependency
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jdiff"
-version = "0.0.4"
+version = "0.0.6"
description = "A light-weight library to compare structured output from network devices show commands."
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
0 commit comments