Skip to content

Commit 2ddb6b0

Browse files
authored
update to v7.0.1 (#1972)
1 parent 5fd5328 commit 2ddb6b0

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,26 @@
1414

1515
### Bug Fixes
1616

17-
- fix potentially circular import errors #1969 @williballenthin
1817

1918
### capa explorer IDA Pro plugin
2019

2120
### Development
2221

2322
### 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)
2637

2738
## v7.0.0
2839
This is the v7.0.0 release of capa which was mainly worked on during the Google Summer of Code (GSoC) 2023. A huge

capa/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Unless required by applicable law or agreed to in writing, software distributed under the License
66
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77
# See the License for the specific language governing permissions and limitations under the License.
8-
__version__ = "7.0.0"
8+
__version__ = "7.0.1"
99

1010

1111
def get_major_version():

0 commit comments

Comments
 (0)