Skip to content

Commit aad2736

Browse files
authored
Update the Zig badge (#11)
1 parent 4e7ca1d commit aad2736

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![Tests](https://img.shields.io/github/actions/workflow/status/CogitatorTech/ordered/tests.yml?label=tests&style=flat&labelColor=282c34&logo=github)](https://github.com/CogitatorTech/ordered/actions/workflows/tests.yml)
1010
[![Benchmarks](https://img.shields.io/github/actions/workflow/status/CogitatorTech/ordered/benches.yml?label=benchmarks&style=flat&labelColor=282c34&logo=github)](https://github.com/CogitatorTech/ordered/actions/workflows/benches.yml)
11-
[![Zig Version](https://img.shields.io/badge/Zig-0.16.0-orange?logo=zig&labelColor=282c34)](https://ziglang.org/download/)
11+
[![Zig](https://img.shields.io/badge/zig-0.16.0-F7A41D?style=flat&labelColor=282c34&logo=zig)](https://ziglang.org/download/)
1212
[![Release](https://img.shields.io/github/release/CogitatorTech/ordered.svg?label=release&style=flat&labelColor=282c34&logo=github)](https://github.com/CogitatorTech/ordered/releases/latest)
1313
[![Docs](https://img.shields.io/badge/docs-read-blue?style=flat&labelColor=282c34&logo=read-the-docs)](https://CogitatorTech.github.io/ordered/)
1414
[![Examples](https://img.shields.io/badge/examples-view-green?style=flat&labelColor=282c34&logo=zig)](https://github.com/CogitatorTech/ordered/tree/main/examples)
@@ -79,7 +79,9 @@ zig fetch --save=ordered "https://github.com/CogitatorTech/ordered/archive/<bran
7979
Replace `<branch_or_tag>` with the desired branch or release tag, like `main` (for the development version) or `v0.3.0`.
8080
This command will download Ordered and add it to Zig's global cache and update your project's `build.zig.zon` file.
8181

82-
Zig version supported by each tagged release:
82+
##### Zig Version Support
83+
84+
Zig version supported by the main releases of Ordered:
8385

8486
| Zig | Ordered Tags |
8587
|----------|--------------|

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .ordered,
3-
.version = "0.2.0",
3+
.version = "0.2.1",
44
.fingerprint = 0xc3121f99b0352e1b, // Changing this has security and trust implications.
55
.minimum_zig_version = "0.16.0",
66
.paths = .{

0 commit comments

Comments
 (0)