Skip to content

Commit

Permalink
feat(analysis) - Change static unpacking and dynamic unpacking to the…
Browse files Browse the repository at this point in the history
…ir real full api values.

 - Version is now 1.0 because of breaking changes
 - Add changes file
  • Loading branch information
yoniabrahamy committed Nov 6, 2019
1 parent e774378 commit abfb265
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1.0
------
- In Analysis: Change dynamic_unpacking and static_unpacking to disable_dynamic_unpacking and disable_static_unpacking
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ result = analysis.result()
You can find more code examples under [analyze-python-sdk/examples/](https://github.com/intezer/analyze-python-sdk/tree/master/examples) directory

## Changelog
### 0.16
### 1.0
- In `Analysis`: Change `dynamic_unpacking` and `static_unpacking` to `disable_dynamic_unpacking` and `disable_static_unpacking`
2 changes: 1 addition & 1 deletion intezer_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.16'
__version__ = '1.0'

0 comments on commit abfb265

Please sign in to comment.