Skip to content

Commit 625dc27

Browse files
committed
bump 0.2.0
1 parent ba30742 commit 625dc27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .zigcli,
33
.fingerprint = 0x9e1fddac8cbb1039,
4-
.version = "0.1.5",
4+
.version = "0.2.0",
55
.paths = .{
66
"src",
77
"build.zig",

docs/content/install.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#+TITLE: Install
22
#+DATE: 2025-01-02T23:20:23+0800
3-
#+LASTMOD: 2025-03-09T16:51:26+0800
3+
#+LASTMOD: 2025-03-09T16:56:22+0800
44
#+TYPE: docs
55
#+WEIGHT: 10
66
#+AUTHOR: Jiacai Liu
77

88
** Packages
99
#+begin_src bash
10-
zig fetch --save=zigcli https://github.com/jiacai2050/zigcli/archive/${COMMIT}.tar.gz
10+
zig fetch --save=zigcli https://github.com/jiacai2050/zigcli/archive/refs/tags/${TAG}.zip
1111
#+end_src
1212

13-
#+RESULTS:
13+
The latest tag can be found on [[https://github.com/jiacai2050/zigcli/releases][release page]].
1414

15-
Replace ~${COMMIT}~ with a real one, then in your =build.zig=, import the module like this:
15+
Then in your =build.zig=, import the module like this:
1616

1717
#+begin_src zig
1818
const zigcli = b.dependency("zigcli", .{});

0 commit comments

Comments
 (0)