Skip to content

Commit 35a15de

Browse files
committed
Updated package version
1 parent 92227da commit 35a15de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
### 0.2.7
4+
- Switch to `jsonschema_rs` for performance enhancement, instead of `jsonschema` package
5+
- Refactor code for improve memory utilization
6+
- Added garbage collector
7+
8+
39
### 0.2.6
410
- Add garbage collection to free up memory after validation
511

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.6'
1+
__version__ = '0.2.7'

0 commit comments

Comments
 (0)