Skip to content

Commit

Permalink
update to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Dec 9, 2024
1 parent 347601a commit b79f944
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,27 @@

### Bug Fixes

- handle IDA 8.3/8.4 vs. 9.0 API change @mr-tz

### capa Explorer Web

### capa Explorer IDA Pro plugin

### Development

### Raw diffs
- [capa v8.0.0...master](https://github.com/mandiant/capa/compare/v8.0.0...master)
- [capa-rules v8.0.0...master](https://github.com/mandiant/capa-rules/compare/v8.0.0...master)
- [capa v8.0.1...master](https://github.com/mandiant/capa/compare/v8.0.1...master)
- [capa-rules v8.0.1...master](https://github.com/mandiant/capa-rules/compare/v8.0.1...master)

## v8.0.1

This point release fixes an issue with the IDAPython API to now handle IDA Pro 8.3, 8.4, and 9.0 correctly.

### Bug Fixes

- handle IDA 8.3/8.4 vs. 9.0 API change @mr-tz

### Raw diffs
- [capa v8.0.0...v8.0.1](https://github.com/mandiant/capa/compare/v8.0.0...v8.0.1)
- [capa-rules v8.0.0...v8.0.1](https://github.com/mandiant/capa-rules/compare/v8.0.0...v8.0.1)

## v8.0.0

Expand Down
2 changes: 1 addition & 1 deletion capa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
__version__ = "8.0.0"
__version__ = "8.0.1"


def get_major_version():
Expand Down

0 comments on commit b79f944

Please sign in to comment.