fix: convert jmespath.search result to int/float

This commit is contained in:
debugtalk
2020-06-03 16:50:53 +08:00
parent e22d828dca
commit 47cc964ecf
8 changed files with 14 additions and 9 deletions
+6
View File
@@ -1,5 +1,11 @@
# Release History
## 3.0.7 (2020-05-31)
**Fixed**
- fix: convert jmespath.search result to int/float
## 3.0.6 (2020-05-29)
**Added**