Skip to content

Commit c5d5119

Browse files
authored
chore(main): release 0.25.1 (#912)
🤖 I have created a release *beep* *boop* --- ## [0.25.1](v0.25.0...v0.25.1) (2026-01-27) ### Bug Fixes * **cli:** worker reload mode ([#916](#916)) ([ed599f8](ed599f8)) * datetimes in utc format ([#911](#911)) ([257141d](257141d)) * **mongodb:** timezone-aware retrieval of objects ([a2ab6ea](a2ab6ea)) * **output_types:** add `Domain` expiry warning and better date formatting ([#913](#913)) ([37669cb](37669cb)) * **tasks:** bug with no inputs ([b3a9672](b3a9672)) * **tasks:** extend input types support for multiple tasks ([#909](#909)) ([b47a0a6](b47a0a6)) * trufflehog profile set to medium ([#910](#910)) ([82316ab](82316ab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 65a456d commit c5d5119

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.25.1](https://github.com/freelabz/secator/compare/v0.25.0...v0.25.1) (2026-01-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** worker reload mode ([#916](https://github.com/freelabz/secator/issues/916)) ([ed599f8](https://github.com/freelabz/secator/commit/ed599f8242abeafd0e634a95f6b6f0df23f74982))
9+
* datetimes in utc format ([#911](https://github.com/freelabz/secator/issues/911)) ([257141d](https://github.com/freelabz/secator/commit/257141d9869aa718805c2e657339a0bf810c7973))
10+
* **mongodb:** timezone-aware retrieval of objects ([a2ab6ea](https://github.com/freelabz/secator/commit/a2ab6eac6ce1aaa2d85bf27bf8f1068b80843c3b))
11+
* **output_types:** add `Domain` expiry warning and better date formatting ([#913](https://github.com/freelabz/secator/issues/913)) ([37669cb](https://github.com/freelabz/secator/commit/37669cb46b0147af1ece3e5aec12c5ca58f7375d))
12+
* **tasks:** bug with no inputs ([b3a9672](https://github.com/freelabz/secator/commit/b3a9672e3b4bdde29e0efa0a22db3efe8b492a1a))
13+
* **tasks:** extend input types support for multiple tasks ([#909](https://github.com/freelabz/secator/issues/909)) ([b47a0a6](https://github.com/freelabz/secator/commit/b47a0a69d27b657b8790a0c8de1d106fe39b5e41))
14+
* trufflehog profile set to medium ([#910](https://github.com/freelabz/secator/issues/910)) ([82316ab](https://github.com/freelabz/secator/commit/82316abb41c78240f456659f5e448de1424130c0))
15+
316
## [0.25.0](https://github.com/freelabz/secator/compare/v0.24.0...v0.25.0) (2026-01-21)
417

518

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.0"
7+
version = "0.25.1"
88
authors = [{ name = 'FreeLabz', email = 'sales@freelabz.com' }]
99
readme = 'README.md'
1010
description = "The pentester's swiss knife."

0 commit comments

Comments
 (0)