Skip to content

Commit ee0f5ef

Browse files
committed
chore(release): v0.2.0
1 parent d87ff94 commit ee0f5ef

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.2.0] - 2025-12-30
2+
3+
### 🚀 Features
4+
5+
- *(cli)* Show available algorithms in --algo help text (#7)
6+
- *(cli)* Add --quiet flag to suppress progress output (#8)
7+
- *(cli)* Add --dry-run flag to build command (#9)
8+
- *(cli)* Add result count summary to query output (#5) (#10)
9+
10+
### 🧪 Testing
11+
12+
- *(source)* Add unit tests for UrlSource (#6)
113
## [0.1.0] - 2025-12-28
214

315
### 🚀 Features
@@ -13,3 +25,4 @@
1325
- Add Arch Linux packaging and AUR workflow
1426
- Add crates.io publish workflow
1527
- Add justfile with release automation
28+
- *(release)* V0.1.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 = "shaha"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Hash database builder and reverse lookup tool"
66
license = "MIT"

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=shaha
2-
pkgver=0.1.0
2+
pkgver=0.2.0
33
pkgrel=1
44
pkgdesc="Hash database builder and reverse lookup tool"
55
arch=('x86_64')

0 commit comments

Comments
 (0)