Skip to content

Commit 544fbcc

Browse files
committed
bump version
1 parent bfedfd1 commit 544fbcc

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ The **current** version of the Zig Cookbook is based on [zine-ssg](https://zine-
4343

4444
# Star History
4545

46-
```=html
47-
<a href="https://star-history.com/#zigcc/zig-cookbook&Date">
48-
<img src="https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date" alt="Star History">
49-
</a>
50-
```
46+
## Star History
47+
48+
[![Star History Chart](https://api.star-history.com/svg?repos=zigcc/zig-cookbook&type=Date)](https://www.star-history.com/#zigcc/zig-cookbook&Date)
5149

5250
# License
5351

src/en-US/index.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
[Zig cookbook](https://github.com/zigcc/zig-cookbook) is a collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks.
2626

27-
> - Main branch tracks Zig 0.14.0 and master, and are tested on Linux and macOS via GitHub actions.
27+
> - Main branch tracks Zig 0.15.x, and is tested on Linux and macOS via GitHub actions.
2828
> - Earlier Zig support could be found in [other branches](https://github.com/zigcc/zig-cookbook/branches).
2929

3030
# How to use

src/zh-CN/index.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
[Zig Cookbook](https://github.com/zigcc/zig-cookbook) 是一系列简单的 Zig 程序集合,用于展示完成常见编程任务的最佳实践。
2626

27-
> - 主分支跟踪 Zig 0.14.0 及 master 版本,并通过 GitHub Actions 在 Linux 和 macOS 上进行测试。
27+
> - 主分支跟踪 Zig 0.15.x 版本,并通过 GitHub Actions 在 Linux 和 macOS 上进行测试。
2828
> - 更早版本的 Zig 支持可在 [其他分支](https://github.com/zigcc/zig-cookbook/branches) 中找到。
2929

3030
# 如何使用

0 commit comments

Comments
 (0)