Skip to content

Commit

Permalink
3.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Feb 3, 2023
1 parent d8e8a67 commit 0cd5ae0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [3.10.0] - 2023-01-25

### Added
- Added `.with_encoding()` function on `EncryptionKey` metadata elements for telling MWCP how to display encryption keys in the text report.
Expand Down Expand Up @@ -575,7 +575,8 @@ It is assumed if you are not updating/adding tests.
- Fixed broken markdown headings from @bryant1410


[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.9.0...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.10.0...HEAD
[3.10.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.9.0...3.10.0
[3.9.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.8.0...3.9.0
[3.8.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.7.0...3.8.0
[3.7.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.2...3.7.0
Expand Down
2 changes: 1 addition & 1 deletion mwcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from mwcp.exceptions import *


__version__ = "3.9.1"
__version__ = "3.10.0"
2 changes: 1 addition & 1 deletion mwcp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def test(
mwcp test - Run all tests cases.
mwcp test foo - Run test cases for foo parser.
mwcp test foo -u - Update existing test cases for foo parser.
mwcp test foo -u --recursive - Update existing test cases for foo parser with recursive YARA matching for undientified files.
mwcp test foo -u --recursive - Update existing test cases for foo parser with recursive YARA matching for unidentified files.
mwcp test -u - Update existing test cases for all parsers.
mwcp test --lf - Rerun previously failed test cases.
mwcp test --lf -u - Update test cases that previously failed.
Expand Down
2 changes: 1 addition & 1 deletion mwcp/config/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://github.com/raw/Defense-Cyber-Crime-Center/DC3-MWCP/3.9.1/mwcp/config/schema.json",
"$id": "https://github.com/raw/Defense-Cyber-Crime-Center/DC3-MWCP/3.10.0/mwcp/config/schema.json",
"title": "Report",
"description": "Defines the report of all metadata elements.",
"type": "object",
Expand Down

0 comments on commit 0cd5ae0

Please sign in to comment.