Skip to content

Commit 73e1f55

Browse files
committed
chore: release v0.6.0
1 parent 16992bf commit 73e1f55

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.6.0] - 2026-03-30
11+
1012
### Added
1113

1214
- **Application CRUD** — Full lifecycle management for applications
@@ -185,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185187
- Reactive per-endpoint rate limiting
186188
- Parallel pagination for large datasets
187189

188-
[Unreleased]: https://github.com/kaakaww/hawkop/compare/v0.5.1...HEAD
190+
[Unreleased]: https://github.com/kaakaww/hawkop/compare/v0.6.0...HEAD
191+
[0.6.0]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.6.0
189192
[0.5.1]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.5.1
190193
[0.5.0]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.5.0
191194
[0.4.0]: https://github.com/kaakaww/hawkop/compare/v0.1.0...v0.4.0

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.5.1"
3+
version = "0.6.0"
44
edition = "2024"
55
authors = ["StackHawk Team"]
66
description = "CLI companion for the StackHawk Platform"

0 commit comments

Comments
 (0)