Skip to content

Commit 77d8938

Browse files
chrisbbreuerclaude
andcommitted
feat: rename package to zig-bump and bump to v0.2.0
Standardize package name with zig- prefix for pantry registry consistency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8340d3a commit 77d8938

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
2-
.name = .zig_bump,
3-
.version = "0.1.1",
2+
.name = .@"zig-bump",
3+
.version = "0.2.0",
44
.fingerprint = 0xaa6dcd1acebd2720,
55
.minimum_zig_version = "0.15.0",
66
.paths = .{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zig-bump",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"scripts": {
55
"release": "pantry release patch --yes",
66
"release:minor": "pantry release minor --yes",

0 commit comments

Comments
 (0)