File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.1.0 (2025-08-28)
4+
5+ ### Feat
6+
7+ - update github workflow for poetry
8+ - update sphinx copyright date and package version
9+ - change from setuptools to poetry
10+ - add new STIX object types to changelog json objects in tests
11+ - add functionality to download specific version of ATT&CK
12+
13+ ### Fix
14+
15+ - run ruff with poetry in GH actions
16+ - update poetry.lock for drawsvg update
17+ - install poetry for GH actions
18+ - add responses as a dev dependency
19+ - remove unused create_mock_args test fixture
20+ - various lint fixes
21+ - leave empty domains/object types out of the changelog markdown
22+ - pylance errors in changelog_helper
23+ - add support for detection strategy>technique detection relationships in changelog_helper
24+
325## v5.0.0 - 1 August 2025
426
527### Features
Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ poetry run python -c "import mitreattack; print(mitreattack.__version__)"
5252
5353## 4. Commit and Tag the Release
5454
55- Perform the following steps to commit your changes, tag the release, and push to GitHub:
55+ Make sure that after the above local testing you commit all changes!
56+
57+ Perform the following steps to tag the release and push to GitHub:
5658
5759``` bash
5860# Tag the release
Original file line number Diff line number Diff line change 1313# -- Project information -----------------------------------------------------
1414project = "mitreattack-python"
1515copyright = "2025, The MITRE Corporation"
16- version = "5.0 .0"
17- release = "5.0 .0"
16+ version = "5.1 .0"
17+ release = "5.1 .0"
1818
1919# -- General configuration ---------------------------------------------------
2020extensions = [
Original file line number Diff line number Diff line change 11[project ]
22name = " mitreattack-python"
33description = " MITRE ATT&CK python library"
4- version = " 5.0 .0"
4+ version = " 5.1 .0"
55authors = [{ name = " MITRE ATT&CK" , email = " attack@mitre.org" }]
66license = { text = " Apache-2.0" }
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments