Skip to content

Commit c59b195

Browse files
committed
chore(version): v0.5.0
1 parent 6cb0b69 commit c59b195

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## v0.5.0 - 2026-07-20
6+
#### Bug Fixes
7+
- **(make)** resolve release tag after cog bump in publish target - (abc53be) - Kevin B. Ridgway
8+
#### Features
9+
- **(cli)** document exit codes and pipe examples in --help - (6cb0b69) - Kevin B. Ridgway
10+
#### Miscellaneous Chores
11+
- **(release)** sync Cargo.toml via cog pre-bump hooks, self-documenting Makefile, smoke-test target - (4a25121) - Kevin B. Ridgway
12+
13+
- - -
14+
515
## v0.4.0 - 2026-07-20
616
#### Documentation
717
- **(readme)** surface agent CLI in intro and features; bump crate to 0.4.0 - (d70586a) - Kevin B. Ridgway

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 = "hackertuah"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)