Skip to content

Commit a2d8d60

Browse files
committed
chore: release v0.4.0
1 parent ca168f3 commit a2d8d60

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2026-01-12
11+
1012
### Added
1113

1214
- **Dynamic shell completions** for scan IDs, app names, plugin IDs, and URI IDs
@@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9799
- Reactive per-endpoint rate limiting
98100
- Parallel pagination for large datasets
99101

100-
[Unreleased]: https://github.com/kaakaww/hawkop/compare/v0.3.0...HEAD
102+
[Unreleased]: https://github.com/kaakaww/hawkop/compare/v0.4.0...HEAD
103+
[0.4.0]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.4.0
101104
[0.3.0]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.3.0
102105
[0.2.2]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.2.2
103106
[0.2.1]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.2.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hawkop"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55
authors = ["StackHawk Team"]
66
description = "CLI companion for the StackHawk Platform"

0 commit comments

Comments
 (0)