Skip to content

Commit 536e09f

Browse files
authored
Merge pull request #114 from networktocode/main
Main back to develop
2 parents 821760d + 9cbe26f commit 536e09f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v0.0.4
411
- Relax deepdiff dependency
512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jdiff"
3-
version = "0.0.4"
3+
version = "0.0.6"
44
description = "A light-weight library to compare structured output from network devices show commands."
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)