Skip to content

Commit 707e4ac

Browse files
authored
chore(main): release 0.25.3 (#922)
🤖 I have created a release *beep* *boop* --- ## [0.25.3](v0.25.2...v0.25.3) (2026-01-29) ### Bug Fixes * **core:** syntax error on python3.11 and above ([#921](#921)) ([29c6710](29c6710)) * **mongodb:** type filters ([#920](#920)) ([d8c8dfc](d8c8dfc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Bug Fixes * Resolved a syntax error affecting compatibility with Python 3.11 and later versions * Fixed type filtering functionality in the MongoDB integration <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 29c6710 commit 707e4ac

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.25.3](https://github.com/freelabz/secator/compare/v0.25.2...v0.25.3) (2026-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** syntax error on python3.11 and above ([#921](https://github.com/freelabz/secator/issues/921)) ([29c6710](https://github.com/freelabz/secator/commit/29c671038b66e8f2bf662aa8b7c8d89d9241b5b5))
9+
* **mongodb:** type filters ([#920](https://github.com/freelabz/secator/issues/920)) ([d8c8dfc](https://github.com/freelabz/secator/commit/d8c8dfc35213f76cfcb76aab20d718862dc8c6ac))
10+
311
## [0.25.2](https://github.com/freelabz/secator/compare/v0.25.1...v0.25.2) (2026-01-27)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
44

55
[project]
66
name = 'secator'
7-
version = "0.25.2"
7+
version = "0.25.3"
88
authors = [{ name = 'FreeLabz', email = 'sales@freelabz.com' }]
99
readme = 'README.md'
1010
description = "The pentester's swiss knife."

0 commit comments

Comments
 (0)