Skip to content

Commit

Permalink
3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Sep 16, 2022
1 parent e807524 commit 18b7764
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [3.8.0] - 2022-09-14

### Added
- Added `Report.strings()` convenience function for obtaining reported decoded strings.
Expand Down Expand Up @@ -528,7 +528,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.7.0...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.8.0...HEAD
[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
[3.6.2]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.1...3.6.2
[3.6.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.0...3.6.1
Expand Down
2 changes: 1 addition & 1 deletion mwcp/__init__.py
Expand Up @@ -25,4 +25,4 @@
from mwcp.exceptions import *


__version__ = "3.7.0"
__version__ = "3.8.0"
2 changes: 1 addition & 1 deletion mwcp/config/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://raw.githubusercontent.com/Defense-Cyber-Crime-Center/DC3-MWCP/3.7.0/mwcp/config/schema.json",
"$id": "https://raw.githubusercontent.com/Defense-Cyber-Crime-Center/DC3-MWCP/3.8.0/mwcp/config/schema.json",
"title": "Report",
"description": "Defines the report of all metadata elements.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion mwcp/tests/test_report/report.json
Expand Up @@ -4,7 +4,7 @@
"tagging",
"test"
],
"mwcp_version": "3.7.0",
"mwcp_version": "MWCP_VERSION",
"input_file": {
"type": "file",
"tags": [],
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -68,6 +68,8 @@
'kordesii': ['kordesii>=2.0.0'],
'testing': [
'jsonschema',
'dragodis',
'rugosa',
],
}
)

0 comments on commit 18b7764

Please sign in to comment.