File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
### Bug Fixes
16
16
17
- - fix potentially circular import errors #1969 @williballenthin
18
17
19
18
### capa explorer IDA Pro plugin
20
19
21
20
### Development
22
21
23
22
### Raw diffs
24
- - [ capa v7.0.0...master] ( https://github.com/mandiant/capa/compare/v7.0.0...master )
25
- - [ capa-rules v7.0.0...master] ( https://github.com/mandiant/capa-rules/compare/v7.0.0...master )
23
+ - [ capa v7.0.1...master] ( https://github.com/mandiant/capa/compare/v7.0.1...master )
24
+ - [ capa-rules v7.0.1...master] ( https://github.com/mandiant/capa-rules/compare/v7.0.1...master )
25
+
26
+ ## v7.0.1
27
+
28
+ This release fixes a circular import error when using capa as a library.
29
+
30
+ ### Bug Fixes
31
+
32
+ - fix potentially circular import errors #1969 @williballenthin
33
+
34
+ ### Raw diffs
35
+ - [ capa v7.0.0...v7.0.1] ( https://github.com/mandiant/capa/compare/v7.0.0...v7.0.1 )
36
+ - [ capa-rules v7.0.0...v7.0.1] ( https://github.com/mandiant/capa-rules/compare/v7.0.0...v7.0.1 )
26
37
27
38
## v7.0.0
28
39
This is the v7.0.0 release of capa which was mainly worked on during the Google Summer of Code (GSoC) 2023. A huge
Original file line number Diff line number Diff line change 5
5
# Unless required by applicable law or agreed to in writing, software distributed under the License
6
6
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7
7
# See the License for the specific language governing permissions and limitations under the License.
8
- __version__ = "7.0.0 "
8
+ __version__ = "7.0.1 "
9
9
10
10
11
11
def get_major_version ():
You can’t perform that action at this time.
0 commit comments