We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b1daf commit 4c981c3Copy full SHA for 4c981c3
2 files changed
CHANGELOG.md
@@ -1,14 +1,18 @@
1
# Changelog
2
+## v0.0.3
3
+- Update documentation
4
+- Fix evaluation logic in operator check
5
+- Fix operator checks to follow other check_type logic #85
6
+- Add support for multiple ref key #92
7
+- Update gt and lt logic in operator check #64
8
+- Minor fixes
9
10
## v0.0.2
-
11
- Update operator logic for returned result
12
- Update docs
13
14
## v0.0.1
15
- Initial release
16
17
## v0.0.1-beta.1
18
- First beta release
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jdiff"
-version = "0.0.2"
+version = "0.0.3"
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