Skip to content

Commit 737e03c

Browse files
committed
bump 0.2.0
1 parent ba30742 commit 737e03c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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/_index.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#+TITLE: Introduction
22
#+DATE: 2023-10-21T12:09:48+0800
3-
#+LASTMOD: 2025-03-09T16:51:07+0800
3+
#+LASTMOD: 2025-03-09T16:59:05+0800
44
#+TYPE: docs
55
#+author: Jiacai Liu
66

77
[[https://github.com/jiacai2050/zigcli][https://img.shields.io/github/stars/jiacai2050/zigcli.svg]]
88
[[https://github.com/jiacai2050/loc/actions/workflows/CI.yml][https://github.com/jiacai2050/loc/actions/workflows/CI.yml/badge.svg]]
9-
[[https://github.com/jiacai2050/loc/actions/workflows/binary.yml][https://github.com/jiacai2050/loc/actions/workflows/release.yml/badge.svg]]
9+
[[https://github.com/jiacai2050/loc/actions/workflows/release.yml][https://github.com/jiacai2050/loc/actions/workflows/release.yml/badge.svg]]
1010
[[https://img.shields.io/badge/zig%20version-0.14.0-blue.svg]]
1111

1212
#+begin_quote

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)