From 5b24253bd39daba6c8a53a6d440f083e7fe6b8cc Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 16 Apr 2026 08:53:53 +0200 Subject: [PATCH 1/4] The base commit --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 2d0e8e4..04939a8 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .ordered, - .version = "0.2.0", + .version = "0.2.1", .fingerprint = 0xc3121f99b0352e1b, // Changing this has security and trust implications. .minimum_zig_version = "0.16.0", .paths = .{ From 2d0f81d7a1df382ba16ecd46fe2fc29fa730e6f7 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 16 Apr 2026 08:57:52 +0200 Subject: [PATCH 2/4] WIP --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 091fde4..c1c5886 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,9 @@ zig fetch --save=ordered "https://github.com/CogitatorTech/ordered/archive/` with the desired branch or release tag, like `main` (for the development version) or `v0.3.0`. This command will download Ordered and add it to Zig's global cache and update your project's `build.zig.zon` file. -Zig version supported by each tagged release: +##### Zig Version Support + +Zig version supported by the main releases of Minish: | Zig | Ordered Tags | |----------|--------------| From 95e6282cc4ac0bad364ec0fff2be465cd64e5ee3 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Thu, 16 Apr 2026 08:58:55 +0200 Subject: [PATCH 3/4] WIP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1c5886..3bc3f81 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ This command will download Ordered and add it to Zig's global cache and update y ##### Zig Version Support -Zig version supported by the main releases of Minish: +Zig version supported by the main releases of Ordered: | Zig | Ordered Tags | |----------|--------------| From 63a7762b65c3db66959bf55eca077861ef384891 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Fri, 17 Apr 2026 18:03:35 +0200 Subject: [PATCH 4/4] WIP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc3f81..7c4b08c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![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) [![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) -[![Zig Version](https://img.shields.io/badge/Zig-0.16.0-orange?logo=zig&labelColor=282c34)](https://ziglang.org/download/) +[![Zig](https://img.shields.io/badge/zig-0.16.0-F7A41D?style=flat&labelColor=282c34&logo=zig)](https://ziglang.org/download/) [![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) [![Docs](https://img.shields.io/badge/docs-read-blue?style=flat&labelColor=282c34&logo=read-the-docs)](https://CogitatorTech.github.io/ordered/) [![Examples](https://img.shields.io/badge/examples-view-green?style=flat&labelColor=282c34&logo=zig)](https://github.com/CogitatorTech/ordered/tree/main/examples)