-
Notifications
You must be signed in to change notification settings - Fork 105
chore(main): release 0.16.0 #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
54daa2c
to
11cf0ba
Compare
357d5d5
to
d55db91
Compare
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe changes update the project version from 0.15.0 to 0.16.0 in the configuration file and add a corresponding entry in the changelog. The changelog details multiple new features, bug fixes, and documentation updates for the new release, while previous entries remain unchanged. Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
CHANGELOG.md
(1 hunks)pyproject.toml
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md
[uncategorized] ~8-~8: Loose punctuation mark.
Context: ... (2025-05-23) ### Features * dnsx
: merge dnsxbrute
into dnsx
([#571]...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: integration (3.11, ubuntu-latest)
- GitHub Check: platform (ubuntu)
- GitHub Check: platform (osx)
- GitHub Check: platform (debian)
- GitHub Check: platform (alpine)
- GitHub Check: platform (kali)
- GitHub Check: platform (arch)
- GitHub Check: update-tools-versions (3.11, ubuntu-latest)
🔇 Additional comments (4)
pyproject.toml (1)
7-7
: Version bump is consistent
The project version was correctly updated from 0.15.0 to 0.16.0. This aligns with the new release.CHANGELOG.md (3)
8-12
: Features section entries look correct
The new feature bullet points accurately reflect the PR summary (dnsxbrute merge, hook error returns, bbot output types, condition-based runs, chunked_by, dynamic profiles, CLI and workflow improvements).🧰 Tools
🪛 LanguageTool
[uncategorized] ~8-~8: Loose punctuation mark.
Context: ... (2025-05-23) ### Features *dnsx
: mergednsxbrute
intodnsx
([#571]...(UNLIKELY_OPENING_PUNCTUATION)
17-31
: Bug fixes section entries look correct
All listed bug fixes (dry-run without targets, formatting, header parsing/conversion, installer improvements, progress fields, duplicate removal, short opts, tools table, CI workflows, vulnerability reference) align with the commits and issue numbers.
35-36
: Documentation entry looks correct
The generated tools table markdown entry matches the documentation improvements described in the PR.
4a73170
to
476d487
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
♻️ Duplicate comments (1)
CHANGELOG.md (1)
3-3
: Broken comparison link in changelog header
The comparison link referencesv0.15.1...v0.16.0
but the previous tag is actuallyv0.15.0
, which will break the GitHub diff view. Please update it to:-## [0.16.0](https://github.com/freelabz/secator/compare/v0.15.1...v0.16.0) (2025-05-25) +## [0.16.0](https://github.com/freelabz/secator/compare/v0.15.0...v0.16.0) (2025-05-25)
🧹 Nitpick comments (3)
CHANGELOG.md (3)
6-14
: Features section formatting looks good
The new feature entries are clear and comprehensive. Consider standardizing the acronym casing forCLI
to maintain consistency with other uppercase acronyms:-* **misc:** condition-based runs, chunked_by opts, dynamic task profiles, cli improvements ([#659](...)) +* **misc:** condition-based runs, chunked_by opts, dynamic task profiles, CLI improvements ([#659](...))🧰 Tools
🪛 LanguageTool
[uncategorized] ~8-~8: Loose punctuation mark.
Context: ... (2025-05-25) ### Features *dnsx
: mergednsxbrute
intodnsx
([#571]...(UNLIKELY_OPENING_PUNCTUATION)
17-35
: Bug fixes section is thorough
All listed bug fixes accurately reflect the PR summary. For consistency, you may want to capitalizeCI
in the workflow update entry:-* update ci workflow ([f4c2b13]) +* update CI workflow ([f4c2b13])
39-39
: Documentation entry is concise
The documentation update is clear. Optionally, you could uppercaseMD
to align with common file extension conventions:-* generate tools table md ([#610](...)) +* generate tools table MD ([#610](...))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
CHANGELOG.md
(1 hunks)pyproject.toml
(1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
- pyproject.toml
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md
[uncategorized] ~8-~8: Loose punctuation mark.
Context: ... (2025-05-25) ### Features * dnsx
: merge dnsxbrute
into dnsx
([#571]...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: integration (3.11, ubuntu-latest)
- GitHub Check: platform (osx)
- GitHub Check: platform (kali)
- GitHub Check: platform (debian)
- GitHub Check: platform (ubuntu)
- GitHub Check: platform (arch)
- GitHub Check: platform (alpine)
- GitHub Check: update-tools-versions (3.11, ubuntu-latest)
3cfd2f2
to
1b5cef7
Compare
635ae9e
to
ddfb6ad
Compare
ddfb6ad
to
2b84948
Compare
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.16.0 (2025-06-05)
Features
dnsx
: mergednsxbrute
intodnsx
(#571) (d30a497)Bug Fixes
Documentation
This PR was generated with Release Please. See documentation.