Skip to content

Commit 2a82ddf

Browse files
committed
bump: version 5.0.0 → 5.1.0
1 parent a4a0b6a commit 2a82ddf

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

docs/RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# -- Project information -----------------------------------------------------
1414
project = "mitreattack-python"
1515
copyright = "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 ---------------------------------------------------
2020
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mitreattack-python"
33
description = "MITRE ATT&CK python library"
4-
version = "5.0.0"
4+
version = "5.1.0"
55
authors = [{ name = "MITRE ATT&CK", email = "attack@mitre.org" }]
66
license = { text = "Apache-2.0" }
77
readme = "README.md"

0 commit comments

Comments
 (0)