Skip to content

Commit a405fcb

Browse files
committed
chore(release): v0.3.0
1 parent b1e8418 commit a405fcb

4 files changed

Lines changed: 48 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## [0.3.0] - 2026-03-16
2+
3+
### 🚀 Features
4+
5+
- *(gpu)* Add P2TR support (#7)
6+
- *(gpu)* Add backend support (#8)
7+
- Expose P2SH-P2WPKH as CLI format (#34)
8+
- *(skills)* Add agent skill (#39)
9+
10+
### 🐛 Bug Fixes
11+
12+
- *(csv)* Escape fields containing commas, quotes, or newlines (#22)
13+
- *(pattern)* Validate charset inside character classes (#23)
14+
- *(estimate)* Resolve data provider patterns (#24)
15+
- *(verify)* Derive P2TR, P2SH-P2WPKH, and Ethereum addresses (#25)
16+
- *(range)* Reject --prefix-length 0 for provider patterns (#31)
17+
- *(range)* Fall back to CPU for Ethereum format (#30)
18+
- *(gpu)* Reduce default batch size from 1M to 512K (#32)
19+
- Write TUI results to --file and honor -o format (#33)
20+
- *(pattern)* Validate non-alphanumeric literals inside character classes (#35)
21+
- *(gpu)* Improve error messages for Metal shader failures (#37)
22+
23+
### 💼 Other
24+
25+
- Update wgpu to 28.0 (#10)
26+
27+
### 🚜 Refactor
28+
29+
- *(address)* Add Display and charset_name for AddressFormat (#12)
30+
- Resolve all clippy warnings (#14)
31+
- *(gpu)* Split monolithic shader into separate modules (#36)
32+
33+
### 📚 Documentation
34+
35+
- Standardize badges
36+
- Add Bitcointalk community link
37+
- *(readme)* Add missing address formats and CLI options
38+
- Update AGENTS.md with current codebase state
39+
40+
### ⚙️ Miscellaneous Tasks
41+
42+
- Remove community section from README.md
43+
- Regenerate AGENTS.md
44+
- *(clippy)* Add pedantic and nursery lint config (#29)
145
## [0.2.0] - 2026-01-04
246

347
### 🚀 Features
@@ -15,6 +59,7 @@
1559
- Add `AGENTS.md`
1660
- Add `deepwiki` badge
1761
- Add `context7.json`
62+
- *(release)* V0.2.0
1863
## [0.1.0] - 2025-12-17
1964

2065
### 🚀 Features

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 = "vgen"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.92"
66
authors = ["oritwoen"]

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=vgen
2-
pkgver=0.2.0
2+
pkgver=0.3.0
33
pkgrel=1
44
pkgdesc="Bitcoin vanity address generator with regex pattern matching and GPU acceleration"
55
arch=('x86_64')

0 commit comments

Comments
 (0)