Skip to content

Commit 4c981c3

Browse files
committed
Update version and changelog
1 parent b5b1daf commit 4c981c3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# 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
29

310
## v0.0.2
4-
511
- Update operator logic for returned result
612
- Update docs
713

814
## v0.0.1
9-
1015
- Initial release
1116

1217
## v0.0.1-beta.1
13-
1418
- First beta release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jdiff"
3-
version = "0.0.2"
3+
version = "0.0.3"
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)