Skip to content

Commit 817e253

Browse files
committed
bump version
1 parent 9b2e6ce commit 817e253

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/versioning.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ We will use **Semantic Versioning** with the format `MAJOR.MINOR.PATCH`:
5252
- **MINOR version (`0.Y.0`)**: For backward-compatible new features.
5353
- **PATCH version (`0.0.Z`)**: For backward-compatible bug fixes or small improvements.
5454

55+
> [!NOTE]
56+
> The GitHub labels `patch`, `minor`, or `major` will be used in PRs to indicate the type of change being made.
57+
5558
---
5659

5760
## Versioning Guidelines
@@ -76,7 +79,7 @@ Increment the patch version when making bug fixes, performance improvements, or
7679
- Bug fixes in hunting rules logic.
7780
- Small performance tweaks for the hunting rule management.
7881
- **Docs Folder**:
79-
- Updates to documentation.
82+
- Updates to documentation.
8083

8184
</p>
8285
</details>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)